6 references to new
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
RequestDelegateGeneratorSuppressor.cs (2)
26
private static readonly SuppressionDescriptor SuppressRUCDiagnostic =
new
(
31
private static readonly SuppressionDescriptor SuppressRDCDiagnostic =
new
(
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Suppressor.cs (2)
32
private static readonly SuppressionDescriptor RUCDiagnostic =
new
(id: "SYSLIBSUPPRESS0002", suppressedDiagnosticId: "IL2026", Justification);
37
private static readonly SuppressionDescriptor RDCDiagnostic =
new
(id: "SYSLIBSUPPRESS0003", suppressedDiagnosticId: "IL3050", Justification);
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
17
public static readonly SuppressionDescriptor MarkMethodsAsStaticSuppression = new
SuppressionDescriptor
("SYSLIBSUPPRESS0001", "CA1822", "Do not offer to make methods static when the methods need to be instance methods for a custom marshaller shape.");
Microsoft.ML.InternalCodeAnalyzer (1)
RelaxTestNamingSuppressor.cs (1)
20
new
SuppressionDescriptor
(Id, SuppressedDiagnosticId, Justification);