Class ValueTaskMisuseAnalyzer
- Namespace
- CryptoHives.Foundation.Threading.Analyzers
- Assembly
- CryptoHives.Foundation.Threading.Analyzers.dll
Analyzer that detects common ValueTask misuse patterns.
[DiagnosticAnalyzer("C#", new string[] { })]
public sealed class ValueTaskMisuseAnalyzer : DiagnosticAnalyzer
- Inheritance
-
ValueTaskMisuseAnalyzer
- Inherited Members
Properties
SupportedDiagnostics
Returns a set of descriptors for the diagnostics that this analyzer is capable of producing.
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
Property Value
Methods
Initialize(AnalysisContext)
Called once at session start to register actions in the analysis context.
public override void Initialize(AnalysisContext context)
Parameters
contextAnalysisContext