12 references to WRN_ScopedMismatchInParameterOfTarget
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
766ErrorCode.WRN_ScopedMismatchInParameterOfTarget,
Errors\ErrorFacts.cs (2)
509case ErrorCode.WRN_ScopedMismatchInParameterOfTarget: 2261case ErrorCode.WRN_ScopedMismatchInParameterOfTarget:
Generated\ErrorFacts.Generated.cs (1)
294case ErrorCode.WRN_ScopedMismatchInParameterOfTarget:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\RefFieldTests.cs (7)
24550Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F1").WithArguments("i1", "D1<int>").WithLocation(10, 22), 24553Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F5").WithArguments("r5", "D5<int>").WithLocation(14, 22)); 24608Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("o", "D3<object>").WithLocation(11, 25)); 24689Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("r", "D3<object>").WithLocation(11, 25)); 24780Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F1").WithArguments("o", "D2<object>").WithLocation(18, 25), 24783Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F2").WithArguments("o", "D3<object>").WithLocation(19, 25), 24786Diagnostic(ErrorCode.WRN_ScopedMismatchInParameterOfTarget, "F3").WithArguments("o", "D4<object>").WithLocation(20, 25));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
391case ErrorCode.WRN_ScopedMismatchInParameterOfTarget: