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. 869await this.WhenCompletedTask.ConfigureAwait(false); 871if (this.WhenCompletedTask.IsFaulted) 873OnDriverException(this.WhenCompletedTask, this.AnalyzerExecutor, this.Analyzers, cancellationToken);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
759await driver.WhenCompletedTask.ConfigureAwait(false);