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