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();