1 write to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
86_shutdownCancellationSource = new CancellationTokenSource();
3 references to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveSession.cs (3)
91_shutdownCancellationSource.Token); 107_shutdownCancellationSource.Cancel(); 108_shutdownCancellationSource.Dispose();