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