5 references to WRN_NullabilityMismatchInExplicitlyImplementedInterface
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
63nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface)); 435case ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface: 1964or ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface
Generated\ErrorFacts.Generated.cs (1)
223case ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface:
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
227diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInExplicitlyImplementedInterface, location);