12 references to MacPlatformSsoOutputFixture
Aspire.Cli.Tests (12)
Telemetry\InternalMicrosoftDetectorTests.cs (12)
738
var output =
MacPlatformSsoOutputFixture
754
var output =
MacPlatformSsoOutputFixture
.Replace(
769
var output =
MacPlatformSsoOutputFixture
.Replace(
784
var output =
MacPlatformSsoOutputFixture
.Replace(
799
var output =
MacPlatformSsoOutputFixture
.Replace(
828
var output =
MacPlatformSsoOutputFixture
.Replace(
866
invocationOptions.StandardErrorCallback?.Invoke(
MacPlatformSsoOutputFixture
);
1704
var propertyIndex =
MacPlatformSsoOutputFixture
.IndexOf(propertyPrefix, StringComparison.Ordinal);
1707
var followingPropertyIndex =
MacPlatformSsoOutputFixture
.IndexOf("\"state\"", valueStart, StringComparison.Ordinal);
1709
var valueEnd =
MacPlatformSsoOutputFixture
.LastIndexOf(',', followingPropertyIndex);
1713
MacPlatformSsoOutputFixture
.AsSpan(0, valueStart),
1715
MacPlatformSsoOutputFixture
.AsSpan(valueEnd));