5 references to WRN_NullabilityMismatchInParameterTypeOnPartial
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
55nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial)); 428case ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial: 1934or ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial
Generated\ErrorFacts.Generated.cs (1)
204case ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial:
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
563diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial, implementingMethod.GetFirstLocation(), new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat));