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