3 instantiations of InternalMicrosoftProbeRunResult
aspire (3)
Telemetry\InternalMicrosoftDetector.cs (3)
379
return new
InternalMicrosoftProbeRunResult
(
389
return new
InternalMicrosoftProbeRunResult
(
403
return new
InternalMicrosoftProbeRunResult
(
4 references to InternalMicrosoftProbeRunResult
aspire (4)
Telemetry\InternalMicrosoftDetector.cs (4)
318
var completedResults = new List<
InternalMicrosoftProbeRunResult
>();
347
var
result = completedResults
362
private Task<
InternalMicrosoftProbeRunResult
> RunProbeAsync(InternalMicrosoftProbe probe, CancellationToken cancellationToken)
467
private async Task DrainCancelledProbesAsync(IReadOnlyList<Task<
InternalMicrosoftProbeRunResult
>> probeTasks)