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