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