1 implementation of IDockerContainerDetector
dotnet-aot (1)
parent\dotnet\Telemetry\DockerContainerDetectorForTelemetry.cs (1)
11internal class DockerContainerDetectorForTelemetry : IDockerContainerDetector
2 references to IDockerContainerDetector
dotnet-aot (2)
parent\dotnet\Telemetry\TelemetryCommonProperties.cs (2)
19IDockerContainerDetector? dockerContainerDetector = null, 24private readonly IDockerContainerDetector _dockerContainerDetector = dockerContainerDetector ?? new DockerContainerDetectorForTelemetry();