9 references to WRN_NullabilityMismatchInExplicitlyImplementedInterface
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
64nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface)); 446case ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface: 1984or ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface
Generated\ErrorFacts.Generated.cs (1)
223case ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface:
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
227diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface, location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullableReferenceTypesTests.cs (1)
17409Diagnostic(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface, "I1<A?>").WithLocation(11, 10)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\DefaultInterfaceImplementationTests.cs (2)
35905Diagnostic(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface, "I1<string?>").WithLocation(11, 10 + implModifiers.Length) 36108Diagnostic(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface, "I1<string>").WithLocation(11, 10 + implModifiers.Length)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
358case ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface: