1 write to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
93
_shutdownCancellationSource
= new CancellationTokenSource();
6 references to _shutdownCancellationSource
Microsoft.CodeAnalysis.EditorFeatures (6)
Interactive\InteractiveSession.cs (6)
109
_shutdownCancellationSource
.Cancel();
110
_shutdownCancellationSource
.Dispose();
143
},
_shutdownCancellationSource
.Token);
154
_shutdownCancellationSource
.Token);
333
},
_shutdownCancellationSource
.Token);
384
},
_shutdownCancellationSource
.Token);