5 references to WhenCompletedTask
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerDriver.cs (4)
862
/// <see cref="
WhenCompletedTask
"/> task for the driver to finish processing all events and generate remaining analyzer diagnostics.
869
await this.
WhenCompletedTask
.ConfigureAwait(false);
871
if (this.
WhenCompletedTask
.IsFaulted)
873
OnDriverException(this.
WhenCompletedTask
, this.AnalyzerExecutor, this.Analyzers, cancellationToken);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
759
await driver.
WhenCompletedTask
.ConfigureAwait(false);