3 implementations of IsCIEnvironment
aspire (1)
Telemetry\CIEnvironmentDetector.cs (1)
43public bool IsCIEnvironment()
Aspire.Cli.Tests (2)
Telemetry\TelemetryFixture.cs (1)
142public bool IsCIEnvironment() => IsCIEnvironmentResult;
Telemetry\TestTelemetryHelper.cs (1)
67public bool IsCIEnvironment() => false;
2 references to IsCIEnvironment
aspire (2)
Telemetry\AspireCliTelemetry.cs (1)
319var isCIEnvironment = _ciEnvironmentDetector.IsCIEnvironment();
Telemetry\InternalMicrosoftDetector.cs (1)
1603=> _ciEnvironmentDetector.IsCIEnvironment();