2 references to GetSpansAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ActiveStatementTrackingService.cs (2)
94
=> _session?.
GetSpansAsync
(solution, documentId, filePath, cancellationToken) ?? new([]);
360
(documentId, filePath, cancellationToken) =>
GetSpansAsync
(solution, documentId, filePath, cancellationToken),