5 references to _cts
MSBuild.Coordinator (5)
CoordinatorServer.cs (5)
42_cts.Cancel(); 45_cts.Dispose(); 56using CancellationTokenSource linked = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, _cts.Token); 169if (!_cts.IsCancellationRequested && IsIdle) 590_cts.Cancel();