Class DiagnosticSuppressor
Inheritance
DiagnosticSuppressor
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public abstract class DiagnosticSuppressor : DiagnosticAnalyzer
Constructors
DiagnosticSuppressor()
Declaration
protected DiagnosticSuppressor()
Properties
SupportedDiagnostics
Declaration
public override sealed ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
Property Value
Overrides
SupportedSuppressions
Declaration
public abstract ImmutableArray<SuppressionDescriptor> SupportedSuppressions { get; }
Property Value
Methods
Initialize(AnalysisContext)
Declaration
public override sealed void Initialize(AnalysisContext context)
Parameters
Overrides
ReportSuppressions(SuppressionAnalysisContext)
Declaration
public abstract void ReportSuppressions(SuppressionAnalysisContext context)
Parameters