1 write to _macPlatformSsoPath
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
106
_macPlatformSsoPath
= macPlatformSsoPath;
2 references to _macPlatformSsoPath
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
671
if (!File.Exists(
_macPlatformSsoPath
))
676
var result = await RunProcessAsync(
_macPlatformSsoPath
, ["platform", "-s"], cancellationToken).ConfigureAwait(false);