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