3 references to GetDiagnosticsAsync
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
1294var hostDiagnostics = analyzerDriver.GetDiagnosticsAsync(compilation).Result;
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
325var analyzerDiags = await driver.GetDiagnosticsAsync(compilation).ConfigureAwait(false);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticExtensions.cs (1)
318var analyzerDiagnostics = driver.GetDiagnosticsAsync(newCompilation).Result;