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