1 implementation of ICIEnvironmentDetector
dotnet (1)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
9internal class CIEnvironmentDetectorForTelemetry : ICIEnvironmentDetector
2 references to ICIEnvironmentDetector
dotnet (2)
Telemetry\TelemetryCommonProperties.cs (2)
21ICIEnvironmentDetector ciEnvironmentDetector = null, 25private readonly ICIEnvironmentDetector _ciEnvironmentDetector = ciEnvironmentDetector ?? new CIEnvironmentDetectorForTelemetry();