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