16 references to WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
62
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
));
449
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
:
1960
or ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
Generated\ErrorFacts.Generated.cs (1)
210
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1849
ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\NullableReferenceTypesTests.cs (10)
13110
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void IA.P1.set").WithLocation(22, 26),
13116
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void IA.this[int x].set").WithLocation(29, 9),
13600
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M1").WithArguments("x", "void IA.M1(string?[] x)").WithLocation(12, 13),
13603
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M2").WithArguments("x", "void IA.M2<T>(T?[] x)").WithLocation(13, 13)
15679
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void A.P2.set").WithLocation(26, 30),
15804
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "set").WithArguments("value", "void A.P2.set").WithLocation(26, 39),
16349
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M2").WithArguments("t", "void B.M2((object?, object?) t)").WithLocation(18, 12),
16352
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "M3").WithArguments("i", "void B.M3(I<object?> i)").WithLocation(19, 12),
16795
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
, "get").WithArguments("x", "int IA1.this[string?[] x].get").WithLocation(26, 9),
16798
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)
361
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnExplicitImplementation
: