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