Code inspection: Function doesn't return a struct value on all code pathsLast modified: 11 February 2024 Category: Compiler Warnings ID: VBWarnings::BC42353,BC42354,BC42355 EditorConfig: resharper_vb_warnings_bc42353_bc42354_bc42355_highlighting=[error|warning|suggestion|hint|none] 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:BC42353BC42354BC42355