1 reference to GetDocumentSpanDiagnosticsAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
117
var documentDiagnostics = await fixAllContext.
GetDocumentSpanDiagnosticsAsync
(document, span).ConfigureAwait(false);