22 references to WRN_ScopedMismatchInParameterOfOverrideOrImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
523
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
:
2317
or ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
Generated\ErrorFacts.Generated.cs (1)
295
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
:
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1168
ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
,
Symbols\TypeSymbol.cs (1)
1887
ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (16)
Semantics\RefFieldTests.cs (16)
25521
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i1").WithLocation(3, 29),
25524
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(7, 29));
25580
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i1").WithLocation(3, 29),
25583
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(7, 29),
25586
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("o1").WithLocation(11, 35),
25589
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(15, 35));
25759
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i").WithLocation(3, 38),
25762
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("s").WithLocation(4, 26),
25840
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("r").WithLocation(3, 38),
25843
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("r").WithLocation(4, 26),
25919
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i").WithLocation(4, 38),
25922
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("i").WithLocation(5, 38),
25925
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F3").WithArguments("i").WithLocation(6, 38),
25928
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("s").WithLocation(7, 26),
25931
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("s").WithLocation(8, 26),
25934
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F3").WithArguments("s").WithLocation(9, 26),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
414
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
: