4 references to _cts
MSBuild.Coordinator (4)
CoordinatorServer.cs (4)
36
_cts
.Cancel();
39
_cts
.Dispose();
50
using CancellationTokenSource linked = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken,
_cts
.Token);
403
_cts
.Cancel();