2 references to s_cancelledProbeDrainTimeout
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
471await Task.WhenAll(probeTasks).WaitAsync(s_cancelledProbeDrainTimeout).ConfigureAwait(false); 997await Task.WhenAll(candidateTasks).WaitAsync(s_cancelledProbeDrainTimeout).ConfigureAwait(false);