Class SecurityDiagnosticAnalyzer
[DiagnosticAnalyzer("C#", new string[] { })]
public class SecurityDiagnosticAnalyzer : DiagnosticAnalyzer
- Inheritance
-
objectSecurityDiagnosticAnalyzer
- Inherited Members
Properties
- SupportedDiagnostics
Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.
Methods
- Initialize(AnalysisContext)
Called once at session start to register actions in the analysis context.