AsyncVoidAnalyzer Class

Definition

[Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer("C#", new System.String[] {  })]
public sealed class AsyncVoidAnalyzer : Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
[<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer("C#", new System.String[] {  })>]
type AsyncVoidAnalyzer = class
    inherit DiagnosticAnalyzer
Public NotInheritable Class AsyncVoidAnalyzer
Inherits DiagnosticAnalyzer
Inheritance
AsyncVoidAnalyzer
Attributes

Constructors

AsyncVoidAnalyzer()

Properties

SupportedDiagnostics

Methods

Initialize(AnalysisContext)

Applies to