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