16 references to WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
59
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
));
442
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
:
1956
or ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
Generated\ErrorFacts.Generated.cs (1)
206
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1846
ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\NullableReferenceTypesTests.cs (10)
13019
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.this[int x].set", "void IA.this[int x].set").WithLocation(29, 9),
13025
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.P1.set", "void IA.P1.set").WithLocation(22, 30)
15059
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(26, 35),
15178
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "A").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(31, 14),
15214
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "A").WithArguments("value", "void B.P2.set", "void A.P2.set").WithLocation(14, 14),
15290
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "set").WithArguments("value", "void C.P2.set", "void A.P2.set").WithLocation(16, 39)
16182
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "M2").WithArguments("t", "void C.M2((object, object) t)", "void B.M2((object?, object?) t)").WithLocation(18, 17),
16185
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "M3").WithArguments("i", "void C.M3(I<object> i)", "void B.M3(I<object?> i)").WithLocation(19, 17),
16707
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnImplicitImplementation
, "get").WithArguments("x", "int B1.this[string[] x].get", "int IA1.this[string?[] x].get").WithLocation(26, 9),
16710
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
: