1 write to _packetQueueDrainDelayCancellation
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
953_packetQueueDrainDelayCancellation = new CancellationTokenSource();
3 references to _packetQueueDrainDelayCancellation
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
1137context._packetQueueDrainDelayCancellation.Cancel(); 1193await Task.WhenAny(Task.Delay(100, _packetQueueDrainDelayCancellation.Token)); 1197_packetQueueDrainDelayCancellation?.Dispose();