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