12 references to WRN_ScopedMismatchInParameterOfTarget
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
2293
ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
,
Errors\ErrorFacts.cs (2)
521
case ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
:
2315
or ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
Generated\ErrorFacts.Generated.cs (1)
293
case ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\RefFieldTests.cs (7)
25696
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F1").WithArguments("i1", "D1<int>").WithLocation(10, 22),
25699
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F5").WithArguments("r5", "D5<int>").WithLocation(14, 22));
25754
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F3").WithArguments("o", "D3<object>").WithLocation(11, 25));
25835
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F3").WithArguments("r", "D3<object>").WithLocation(11, 25));
25926
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F1").WithArguments("o", "D2<object>").WithLocation(18, 25),
25929
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F2").WithArguments("o", "D3<object>").WithLocation(19, 25),
25932
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F3").WithArguments("o", "D4<object>").WithLocation(20, 25));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
401
case ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
: