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