3 references to SuppressRDCDiagnostic
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
RequestDelegateGeneratorSuppressor.cs (3)
40if (diagnostic.Id != SuppressRDCDiagnostic.SuppressedDiagnosticId && diagnostic.Id != SuppressRUCDiagnostic.SuppressedDiagnosticId) 67: SuppressRDCDiagnostic; 73public override ImmutableArray<SuppressionDescriptor> SupportedSuppressions => ImmutableArray.Create(SuppressRUCDiagnostic, SuppressRDCDiagnostic);