12 references to WRN_ScopedMismatchInParameterOfTarget
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
2305ErrorCode.WRN_ScopedMismatchInParameterOfTarget,
Errors\ErrorFacts.cs (2)
522case ErrorCode.WRN_ScopedMismatchInParameterOfTarget: 2316or ErrorCode.WRN_ScopedMismatchInParameterOfTarget
Generated\ErrorFacts.Generated.cs (1)
294case ErrorCode.WRN_ScopedMismatchInParameterOfTarget:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\RefFieldTests.cs (7)
25707Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F1").WithArguments("i1", "D1<int>").WithLocation(10, 22), 25710Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F5").WithArguments("r5", "D5<int>").WithLocation(14, 22)); 25765Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("o", "D3<object>").WithLocation(11, 25)); 25846Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("r", "D3<object>").WithLocation(11, 25)); 25937Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F1").WithArguments("o", "D2<object>").WithLocation(18, 25), 25940Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F2").WithArguments("o", "D3<object>").WithLocation(19, 25), 25943Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("o", "D4<object>").WithLocation(20, 25));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
413case ErrorCode.WRN_ScopedMismatchInParameterOfTarget: