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