Class ClientGeneratorAnalyzer
Inheritance
ClientGeneratorAnalyzer
Assembly: Algorand.dll
Syntax
[DiagnosticAnalyzer("C#", new string[] { })]
public class ClientGeneratorAnalyzer : DiagnosticAnalyzer
Properties
|
Edit this page
View Source
SupportedDiagnostics
Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.
Declaration
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
Property Value
Overrides
|
Edit this page
View Source
SupportedIds
Declaration
public static ImmutableArray<string> SupportedIds { get; }
Property Value
Methods
|
Edit this page
View Source
Initialize(AnalysisContext)
Called once at session start to register actions in the analysis context.
Declaration
public override void Initialize(AnalysisContext context)
Parameters
Overrides