8 references to WRN_RefAssignValEscapeWider
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (1)
1597var errorCode = _inUnsafeRegion ? ErrorCode.WRN_RefAssignValEscapeWider : ErrorCode.ERR_RefAssignValEscapeWider;
Errors\ErrorFacts.cs (2)
541case ErrorCode.WRN_RefAssignValEscapeWider: 2341or ErrorCode.WRN_RefAssignValEscapeWider
Generated\ErrorFacts.Generated.cs (1)
312case ErrorCode.WRN_RefAssignValEscapeWider:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RefFieldTests.cs (3)
10388Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "rL = ref s").WithArguments("rL", "s").WithLocation(13, 9)); 10432Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "rL = ref s").WithArguments("rL", "s").WithLocation(13, 9), 10490Diagnostic(ErrorCode.WRN_RefAssignValEscapeWider, "r2 = ref r1").WithArguments("r2", "r1").WithLocation(17, 9));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
432case ErrorCode.WRN_RefAssignValEscapeWider: