5 references to WRN_NullabilityMismatchInInterfaceImplementedByBase
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
64nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase)); 434case ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase: 1965or ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase
Generated\ErrorFacts.Generated.cs (1)
224case ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase:
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
304diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInInterfaceImplementedByBase, GetImplementsLocationOrFallback(@interface), this, interfaceMember);