5 references to WRN_NullabilityMismatchInParameterTypeOnInterceptor
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
84
nullableWarnings.Add(GetId(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnInterceptor
));
544
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnInterceptor
:
625
or ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnInterceptor
Generated\ErrorFacts.Generated.cs (1)
322
case ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnInterceptor
:
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
223
diagnostics.Add(ErrorCode.
WRN_NullabilityMismatchInParameterTypeOnInterceptor
, attributeLocation, new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat), method);