Code inspection: Function doesn't return a reference type value on all code pathsLast modified: 11 February 2024 Category: Compiler Warnings ID: VBWarnings::BC42105,BC42106,BC42107 EditorConfig: resharper_vb_warnings_bc42105_bc42106_bc42107_highlighting Default severity: Warning Language: VB.NET Requires SWA: NotipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This code inspection warns you that a procedure has at least one possible path through its code that does not return a value. It helps you detect the following compiler warnings before you compile:BC42105BC42106BC42107