3 references to GetProjectDiagnosticsAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
54
/// Note that <see cref="GetDocumentDiagnosticsAsync(Document)"/>, <see cref="
GetProjectDiagnosticsAsync
(Project)"/> and <see cref="GetAllDiagnosticsAsync(Project)"/> methods
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
81
var diagnostics = await fixAllContext.
GetProjectDiagnosticsAsync
(project).ConfigureAwait(false);
89
var diagnostics = await fixAllContext.
GetProjectDiagnosticsAsync
(project).ConfigureAwait(false);