15 references to WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
62
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
));
436
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
:
1903
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
:
Generated\ErrorFacts.Generated.cs (1)
210
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1818
ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (9)
Semantics\NullableReferenceTypesTests.cs (9)
13098
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void IA.P1.set").WithLocation(22, 26),
13104
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void IA.this[int x].set").WithLocation(29, 9),
13588
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M1").WithArguments("x", "void IA.M1(string?[] x)").WithLocation(12, 13),
13591
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M2").WithArguments("x", "void IA.M2<T>(T?[] x)").WithLocation(13, 13)
15655
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void A.P2.set").WithLocation(26, 30),
15780
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void A.P2.set").WithLocation(26, 39),
16322
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M2").WithArguments("t", "void B.M2((object?, object?) t)").WithLocation(18, 12),
16325
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M3").WithArguments("i", "void B.M3(I<object?> i)").WithLocation(19, 12),
16759
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("x", "void IA1.this[string?[] x].set").WithLocation(27, 9)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
339
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
: