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