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