1 write to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
36
_cancellationSource
= new CancellationTokenSource();
3 references to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (3)
47
_cancellationSource
.Cancel();
57
=> _lazyInitializedService.GetValueAsync(
_cancellationSource
.Token);
191
_cancellationSource
.Cancel();