1 write to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
95
_shutdownCancellationSource
= new CancellationTokenSource();
6 references to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (6)
Interactive\InteractiveSession.cs (6)
111
_shutdownCancellationSource
.Cancel();
112
_shutdownCancellationSource
.Dispose();
145
},
_shutdownCancellationSource
.Token);
156
_shutdownCancellationSource
.Token);
335
},
_shutdownCancellationSource
.Token);
385
},
_shutdownCancellationSource
.Token);