1 write to _packetQueueDrainDelayCancellation
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
635_packetQueueDrainDelayCancellation = new CancellationTokenSource();
3 references to _packetQueueDrainDelayCancellation
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
796context._packetQueueDrainDelayCancellation.Cancel(); 849await Task.Delay(100, _packetQueueDrainDelayCancellation.Token).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing); 855_packetQueueDrainDelayCancellation?.Dispose();