5 references to ERR_RefReturnNonreturnableLocal2
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1119Error(diagnostics, inUnsafeRegion ? ErrorCode.WRN_RefReturnNonreturnableLocal2 : ErrorCode.ERR_RefReturnNonreturnableLocal2, local.Syntax, localSymbol);
Errors\ErrorFacts.cs (1)
1782or ErrorCode.ERR_RefReturnNonreturnableLocal2
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefLocalsAndReturnsTests.cs (3)
2383Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(38, 24), 2392Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(65, 24) 2630Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(25, 24),