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