DiagnosticAnalyzer Class

Definition

The base type for diagnostic analyzers.

public abstract class DiagnosticAnalyzer
Inheritance
DiagnosticAnalyzer
Derived

Constructors

Properties

SupportedDiagnostics

Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.

Methods

Equals(Object)
GetHashCode()
Initialize(AnalysisContext)

Called once at session start to register actions in the analysis context.

ToString()

Applies to