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