5 references to ERR_RefReturnNonreturnableLocal2
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1344Error(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)
2380Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(38, 24), 2389Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(65, 24) 2627Diagnostic(ErrorCode.ERR_RefReturnNonreturnableLocal2, "r").WithArguments("r").WithLocation(25, 24),