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