1 implementation of ICIEnvironmentDetector
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
6internal class CIEnvironmentDetectorForTelemetry : ICIEnvironmentDetector
4 references to ICIEnvironmentDetector
dotnet (2)
Telemetry\TelemetryCommonProperties.cs (2)
21ICIEnvironmentDetector? ciEnvironmentDetector = null, 25private readonly ICIEnvironmentDetector _ciEnvironmentDetector = ciEnvironmentDetector ?? new CIEnvironmentDetectorForTelemetry();
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryCommonProperties.cs (2)
21ICIEnvironmentDetector? ciEnvironmentDetector = null, 25private readonly ICIEnvironmentDetector _ciEnvironmentDetector = ciEnvironmentDetector ?? new CIEnvironmentDetectorForTelemetry();