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
:
2317
or ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
Generated\ErrorFacts.Generated.cs (1)
293
case ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\RefFieldTests.cs (7)
25701
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F1").WithArguments("i1", "D1<int>").WithLocation(10, 22),
25704
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F5").WithArguments("r5", "D5<int>").WithLocation(14, 22));
25759
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F3").WithArguments("o", "D3<object>").WithLocation(11, 25));
25840
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F3").WithArguments("r", "D3<object>").WithLocation(11, 25));
25931
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F1").WithArguments("o", "D2<object>").WithLocation(18, 25),
25934
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfTarget
, "F2").WithArguments("o", "D3<object>").WithLocation(19, 25),
25937
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
: