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