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