4 references to SuppressRUCDiagnostic
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
RequestDelegateGeneratorSuppressor.cs (4)
40if (diagnostic.Id != SuppressRDCDiagnostic.SuppressedDiagnosticId && diagnostic.Id != SuppressRUCDiagnostic.SuppressedDiagnosticId) 65var targetSuppression = diagnostic.Id == SuppressRUCDiagnostic.SuppressedDiagnosticId 66? SuppressRUCDiagnostic 73public override ImmutableArray<SuppressionDescriptor> SupportedSuppressions => ImmutableArray.Create(SuppressRUCDiagnostic, SuppressRDCDiagnostic);