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