1 write to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
34
_cancellationSource
= new CancellationTokenSource();
3 references to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (3)
45
_cancellationSource
.Cancel();
55
=> _lazyInitializedService.GetValueAsync(
_cancellationSource
.Token);
189
_cancellationSource
.Cancel();