16 references to WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
59
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
));
443
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
:
1957
or ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
Generated\ErrorFacts.Generated.cs (1)
207
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1858
ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\NullableReferenceTypesTests.cs (10)
13022
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.this[int x].set", "void IA.this[int x].set").WithLocation(29, 9),
13028
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.P1.set", "void IA.P1.set").WithLocation(22, 30)
15062
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(26, 35),
15181
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "A").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(31, 14),
15217
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "A").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(14, 14),
15293
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void C.P2.set", "void A.P2.set").WithLocation(16, 39)
16185
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "M2").WithArguments("t", "void C.M2((object, object) t)", "void B.M2((object?, object?) t)").WithLocation(18, 17),
16188
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "M3").WithArguments("i", "void C.M3(I<object> i)", "void B.M3(I<object?> i)").WithLocation(19, 17),
16710
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "get").WithArguments("x", "int B1.this[string[] x].get", "int IA1.this[string?[] x].get").WithLocation(26, 9),
16713
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("x", "void B1.this[string[] x].set", "void IA1.this[string?[] x].set").WithLocation(27, 9)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
355
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
: