3 implementations of IsInternalMicrosoftMachineAsync
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
93public async Task<InternalMicrosoftDetectionResult> IsInternalMicrosoftMachineAsync(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (1)
150public Task<InternalMicrosoftDetectionResult> IsInternalMicrosoftMachineAsync(CancellationToken cancellationToken = default)
Telemetry\TestTelemetryHelper.cs (1)
77public Task<InternalMicrosoftDetectionResult> IsInternalMicrosoftMachineAsync(CancellationToken cancellationToken = default)
1 reference to IsInternalMicrosoftMachineAsync
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
259internalMicrosoftTask = _internalMicrosoftDetector.IsInternalMicrosoftMachineAsync(CancellationToken.None);