3 references to GetDiagnosticsAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (3)
88=> GetDiagnosticsAsync(document.Project, document, filterSpan, getDocumentDiagnostics: true, getProjectDiagnostics: true);
106=> GetDiagnosticsAsync(document.Project, document, span, getDocumentDiagnostics: true, getProjectDiagnostics: false);
109=> GetDiagnosticsAsync(project, document: null, filterSpan: null, getDocumentDiagnostics: false, getProjectDiagnostics: true);