3 references to _service
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\EditorActiveStatementTrackingController.cs (3)
22
=>
_service
.StartTracking(solution, spanProvider);
25
=> new((documentId, filePath, cancellationToken) =>
_service
.GetSpansAsync(solution, documentId, filePath, cancellationToken));
28
=>
_service
.EndTracking();