22 references to WRN_ScopedMismatchInParameterOfOverrideOrImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
510
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
:
2262
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
:
Generated\ErrorFacts.Generated.cs (1)
295
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
:
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1175
ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
,
Symbols\TypeSymbol.cs (1)
1857
ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (16)
Semantics\RefFieldTests.cs (16)
24364
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i1").WithLocation(3, 29),
24367
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(7, 29));
24423
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i1").WithLocation(3, 29),
24426
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(7, 29),
24429
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("o1").WithLocation(11, 35),
24432
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F5").WithArguments("r5").WithLocation(15, 35));
24602
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i").WithLocation(3, 38),
24605
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("s").WithLocation(4, 26),
24683
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("r").WithLocation(3, 38),
24686
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("r").WithLocation(4, 26),
24762
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("i").WithLocation(4, 38),
24765
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("i").WithLocation(5, 38),
24768
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F3").WithArguments("i").WithLocation(6, 38),
24771
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F1").WithArguments("s").WithLocation(7, 26),
24774
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F2").WithArguments("s").WithLocation(8, 26),
24777
Diagnostic(ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
, "F3").WithArguments("s").WithLocation(9, 26),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
392
case ErrorCode.
WRN_ScopedMismatchInParameterOfOverrideOrImplementation
: