CompilationWithAnalyzers.GetAllDiagnosticsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetAllDiagnosticsAsync() |
Gibt alle Diagnose zurück, die von der Kompilierung und von allen Analyzerserstellt werden. |
GetAllDiagnosticsAsync(CancellationToken) |
Gibt alle Diagnose zurück, die von der Kompilierung und von allen Analyzerserstellt werden. |
GetAllDiagnosticsAsync()
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
Gibt alle Diagnose zurück, die von der Kompilierung und von allen Analyzerserstellt werden.
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAllDiagnosticsAsync();
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync ();
member this.GetAllDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.GetAllDiagnosticsAsync : unit -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAllDiagnosticsAsync () As Task(Of ImmutableArray(Of Diagnostic))
Gibt zurück
- Attribute
Gilt für:
GetAllDiagnosticsAsync(CancellationToken)
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
- Quelle:
- CompilationWithAnalyzers.cs
Gibt alle Diagnose zurück, die von der Kompilierung und von allen Analyzerserstellt werden.
public:
System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAllDiagnosticsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync (System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync (System.Threading.CancellationToken cancellationToken = default);
member this.GetAllDiagnosticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAllDiagnosticsAsync (cancellationToken As CancellationToken) As Task(Of ImmutableArray(Of Diagnostic))
Public Function GetAllDiagnosticsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImmutableArray(Of Diagnostic))
Parameter
- cancellationToken
- CancellationToken