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