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