1 write to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
38_cancellationSource = new CancellationTokenSource();
3 references to _cancellationSource
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.LazyRemoteService.cs (3)
49_cancellationSource.Cancel(); 59=> _lazyInitializedService.GetValueAsync(_cancellationSource.Token); 193_cancellationSource.Cancel();