3 references to _cancellation
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (3)
115
_cancellation
.Cancel();
119
_cancellation
.Dispose();
127
using CancellationTokenSource linkedSource = CancellationTokenSource.CreateLinkedTokenSource(token,
_cancellation
.Token);