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