2 references to SuppressionDescriptor
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);