Implemented interface member:
method
IsCIEnvironment
Microsoft.DotNet.Cli.Telemetry.ICIEnvironmentDetector.IsCIEnvironment()
4 references to IsCIEnvironment
dotnet-aot (2)
parent\dotnet\FirstRunExperience.cs (1)
72defaultValue: new CIEnvironmentDetectorForTelemetry().IsCIEnvironment());
parent\dotnet\Telemetry\TelemetryClient.cs (1)
59private static readonly bool s_isCIEnvironment = new CIEnvironmentDetectorForTelemetry().IsCIEnvironment();
Microsoft.DotNet.Cli.Definitions (2)
Common\CommonOptions.cs (2)
243new Telemetry.CIEnvironmentDetectorForTelemetry().IsCIEnvironment() || Console.IsOutputRedirected; 253/// If not set by a user, this will default to true if the user is not in a CI environment as detected by <see cref="Telemetry.CIEnvironmentDetectorForTelemetry.IsCIEnvironment"/>.