8 references to WRN_RefAssignValEscapeWider
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (1)
1591var errorCode = _inUnsafeRegion ? ErrorCode.WRN_RefAssignValEscapeWider : ErrorCode.ERR_RefAssignValEscapeWider;
Errors\ErrorFacts.cs (2)
528case ErrorCode.WRN_RefAssignValEscapeWider: 2286case ErrorCode.WRN_RefAssignValEscapeWider:
Generated\ErrorFacts.Generated.cs (1)
312case ErrorCode.WRN_RefAssignValEscapeWider:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefFieldTests.cs (3)
9876Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "rL = ref s").WithArguments("rL", "s").WithLocation(13, 9)); 9920Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "rL = ref s").WithArguments("rL", "s").WithLocation(13, 9), 9978Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "r2 = ref r1").WithArguments("r2", "r1").WithLocation(17, 9));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
410case ErrorCode.WRN_RefAssignValEscapeWider: