Example #1
0
 public Task TrackCodeLensAsync(DocumentId documentId, CancellationToken cancellationToken)
 {
     return(RunServiceAsync(async() =>
     {
         await WorkspaceChangeTracker.TrackAsync(this, SolutionService.PrimaryWorkspace, documentId, cancellationToken).ConfigureAwait(false);
     }, cancellationToken));
 }
Example #2
0
 public Task TrackCodeLensAsync(DocumentId documentId, CancellationToken cancellationToken)
 {
     return(RunServiceAsync(() => WorkspaceChangeTracker.TrackAsync(EndPoint, SolutionService.PrimaryWorkspace, documentId, cancellationToken), cancellationToken));
 }