ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Code inspection: Function doesn't return a reference type value on all code paths

Last modified: 11 February 2024

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: