3 references to _cancellationTokenSource
Microsoft.VisualStudio.LanguageServices.CodeLens (3)
ReferenceCodeLensProvider.cs (3)
60_cancellationTokenSource.Cancel(); 97await Task.Delay(TimeSpan.FromSeconds(1.5), _cancellationTokenSource.Token).ConfigureAwait(false); 109_cancellationTokenSource.Token).ConfigureAwait(false);