5 references to WRN_NullabilityMismatchInConstraintsOnPartialImplementation
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
66nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInConstraintsOnPartialImplementation)); 429case ErrorCode.WRN_NullabilityMismatchInConstraintsOnPartialImplementation: 1986or ErrorCode.WRN_NullabilityMismatchInConstraintsOnPartialImplementation
Generated\ErrorFacts.Generated.cs (1)
228case ErrorCode.WRN_NullabilityMismatchInConstraintsOnPartialImplementation:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
615diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInConstraintsOnPartialImplementation, implementation.GetFirstLocation(), implementation, typeParameter2.Name);