1 write to _cancellationToken
Microsoft.VisualStudio.LanguageServices (1)
Remote\GlobalNotificationRemoteDeliveryService.cs (1)
43
_cancellationToken
= cancellationToken;
6 references to _cancellationToken
Microsoft.VisualStudio.LanguageServices (6)
Remote\GlobalNotificationRemoteDeliveryService.cs (6)
77
SendStartNotificationAsync,
_cancellationToken
, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Default);
90
var client = await RemoteHostClient.TryGetClientAsync(_services,
_cancellationToken
).ConfigureAwait(false);
98
_cancellationToken
).ConfigureAwait(false);
112
previous => SendStoppedNotificationAsync(previous),
_cancellationToken
, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Default);
125
var client = await RemoteHostClient.TryGetClientAsync(_services,
_cancellationToken
).ConfigureAwait(false);
133
_cancellationToken
).ConfigureAwait(false);