4 references to CheckMacPlatformSsoAsync
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
180stage1.Add(new("Mac Platform SSO", CheckMacPlatformSsoAsync));
Aspire.Cli.Tests (3)
Telemetry\InternalMicrosoftDetectorTests.cs (3)
878var result = await detector.CheckMacPlatformSsoAsync(CancellationToken.None); 896var result = await detector.CheckMacPlatformSsoAsync(CancellationToken.None); 943var probeResult = await detector.CheckMacPlatformSsoAsync(CancellationToken.None);