次の方法で共有


CompilationWithAnalyzers コンストラクター

定義

オーバーロード

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions)

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, CompilationWithAnalyzersOptions)

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions, CancellationToken)
古い.

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions)

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

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

public CompilationWithAnalyzers (Microsoft.CodeAnalysis.Compilation compilation, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions? options);
new Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers : Microsoft.CodeAnalysis.Compilation * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions -> Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers
Public Sub New (compilation As Compilation, analyzers As ImmutableArray(Of DiagnosticAnalyzer), options As AnalyzerOptions)

パラメーター

compilation
Compilation

元のコンパイル。

analyzers
ImmutableArray<DiagnosticAnalyzer>

将来の分析に含めるアナライザーのセット。

options
AnalyzerOptions

アナライザーに渡されるオプション。

適用対象

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, CompilationWithAnalyzersOptions)

ソース:
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

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

public:
 CompilationWithAnalyzers(Microsoft::CodeAnalysis::Compilation ^ compilation, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> analyzers, Microsoft::CodeAnalysis::Diagnostics::CompilationWithAnalyzersOptions ^ analysisOptions);
public CompilationWithAnalyzers (Microsoft.CodeAnalysis.Compilation compilation, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzersOptions analysisOptions);
new Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers : Microsoft.CodeAnalysis.Compilation * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzersOptions -> Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers
Public Sub New (compilation As Compilation, analyzers As ImmutableArray(Of DiagnosticAnalyzer), analysisOptions As CompilationWithAnalyzersOptions)

パラメーター

compilation
Compilation

元のコンパイル。

analyzers
ImmutableArray<DiagnosticAnalyzer>

将来の分析に含めるアナライザーのセット。

analysisOptions
CompilationWithAnalyzersOptions

アナライザーの実行を構成するためのオプション。

適用対象

CompilationWithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions, 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

注意事項

Use constructor without a cancellation token

診断アナライザーを既存のコンパイルにアタッチして、新しいコンパイルを作成します。

public:
 CompilationWithAnalyzers(Microsoft::CodeAnalysis::Compilation ^ compilation, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> analyzers, Microsoft::CodeAnalysis::Diagnostics::AnalyzerOptions ^ options, System::Threading::CancellationToken cancellationToken);
public CompilationWithAnalyzers (Microsoft.CodeAnalysis.Compilation compilation, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions options, System.Threading.CancellationToken cancellationToken);
public CompilationWithAnalyzers (Microsoft.CodeAnalysis.Compilation compilation, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions? options, System.Threading.CancellationToken cancellationToken);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Use constructor without a cancellation token")]
public CompilationWithAnalyzers (Microsoft.CodeAnalysis.Compilation compilation, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> analyzers, Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions? options, System.Threading.CancellationToken cancellationToken);
new Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers : Microsoft.CodeAnalysis.Compilation * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("Use constructor without a cancellation token")>]
new Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers : Microsoft.CodeAnalysis.Compilation * System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> * Microsoft.CodeAnalysis.Diagnostics.AnalyzerOptions * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers
Public Sub New (compilation As Compilation, analyzers As ImmutableArray(Of DiagnosticAnalyzer), options As AnalyzerOptions, cancellationToken As CancellationToken)

パラメーター

compilation
Compilation

元のコンパイル。

analyzers
ImmutableArray<DiagnosticAnalyzer>

将来の分析に含めるアナライザーのセット。

options
AnalyzerOptions

アナライザーに渡されるオプション。

cancellationToken
CancellationToken

分析を中止するために使用できるキャンセル トークン。

属性

適用対象