次の方法で共有


CompilationWithAnalyzers.GetAnalyzerDiagnosticsAsync メソッド

定義

オーバーロード

GetAnalyzerDiagnosticsAsync(CancellationToken)

すべての Analyzersによって生成診断を返します。

GetAnalyzerDiagnosticsAsync(ImmutableArray<DiagnosticAnalyzer>, CancellationToken)

指定analyzersした によって生成される診断を返します。

GetAnalyzerDiagnosticsAsync()

すべての Analyzersによって生成診断を返します。

GetAnalyzerDiagnosticsAsync(CancellationToken)

ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs

すべての Analyzersによって生成診断を返します。

public:
 System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetAnalyzerDiagnosticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync (cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))
Public Function GetAnalyzerDiagnosticsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImmutableArray(Of Diagnostic))

パラメーター

cancellationToken
CancellationToken

戻り値

適用対象

GetAnalyzerDiagnosticsAsync(ImmutableArray<DiagnosticAnalyzer>, CancellationToken)

ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs

指定analyzersした によって生成される診断を返します。

public:
 System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync(System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> analyzers, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, System.Threading.CancellationToken cancellationToken);
member this.GetAnalyzerDiagnosticsAsync : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync (analyzers As ImmutableArray(Of DiagnosticAnalyzer), cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))

パラメーター

analyzers
ImmutableArray<DiagnosticAnalyzer>

診断が必要なアナライザー。 指定されたすべてのアナライザーは、 のコンストラクター CompilationWithAnalyzersに渡されるアナライザーからである必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

GetAnalyzerDiagnosticsAsync()

ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs
ソース:
CompilationWithAnalyzers.cs

すべての Analyzersによって生成診断を返します。

public:
 System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAnalyzerDiagnosticsAsync();
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAnalyzerDiagnosticsAsync ();
member this.GetAnalyzerDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.GetAnalyzerDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAnalyzerDiagnosticsAsync () As Task(Of ImmutableArray(Of Diagnostic))

戻り値

属性

適用対象