14 references to WRN_NullabilityMismatchInTypeOnImplicitImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
57
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
));
441
case ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
:
1955
or ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
Generated\ErrorFacts.Generated.cs (1)
205
case ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
:
Symbols\TypeSymbol.cs (1)
1802
diagnostics.Add(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
12666
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E2").WithArguments("event Action<string> B2.E2", "event Action<string>? IA.E2").WithLocation(26, 40),
12669
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E1").WithArguments("event Action<string?> B2.E1", "event Action<string> IA.E1").WithLocation(25, 41),
12672
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E2").WithArguments("event Action<string> B1.E2", "event Action<string>? IA.E2").WithLocation(19, 40),
12675
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E1").WithArguments("event Action<string?> B1.E1", "event Action<string> IA.E1").WithLocation(18, 41),
15065
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E1").WithArguments("event Func<object> B.E1", "event Func<object>? A.E1").WithLocation(28, 31),
15068
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "E2").WithArguments("event Func<object> B.E2", "event Func<object?> A.E2").WithLocation(29, 31)
15184
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "A").WithArguments("event Func<object> B.E1", "event Func<object>? A.E1").WithLocation(31, 14),
15187
Diagnostic(ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
, "A").WithArguments("event Func<object> B.E2", "event Func<object?> A.E2").WithLocation(31, 14)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
353
case ErrorCode.
WRN_NullabilityMismatchInTypeOnImplicitImplementation
: