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