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