1 implementation of ICIEnvironmentDetector
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
6internal class CIEnvironmentDetectorForTelemetry : ICIEnvironmentDetector
2 references to ICIEnvironmentDetector
dotnet (2)
Telemetry\TelemetryCommonProperties.cs (2)
20ICIEnvironmentDetector? ciEnvironmentDetector = null, 24private readonly ICIEnvironmentDetector _ciEnvironmentDetector = ciEnvironmentDetector ?? new CIEnvironmentDetectorForTelemetry();