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