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