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