3 references to GetDiagnosticsAsync
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
Diagnostics\TestDiagnosticAnalyzerDriver.cs (3)
81=> GetDiagnosticsAsync(document.Project, document, filterSpan, getDocumentDiagnostics: true, getProjectDiagnostics: true); 99=> GetDiagnosticsAsync(document.Project, document, span, getDocumentDiagnostics: true, getProjectDiagnostics: false); 102=> GetDiagnosticsAsync(project, document: null, filterSpan: null, getDocumentDiagnostics: false, getProjectDiagnostics: true);