4 references to GetSpansAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EditAndContinue\ActiveStatementTrackingServiceTests.cs (2)
88
var spans2 = await trackingSession.
GetSpansAsync
(solution, document1.Id, document1.FilePath, CancellationToken.None);
91
var spans3 = await trackingSession.
GetSpansAsync
(solution, document2.Id, document2.FilePath, CancellationToken.None);
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),