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