5 writes to _runtime
Microsoft.NET.Build.Containers (5)
LocalDaemons\ContainerRuntime.cs (5)
72_runtime = command is null ? null : CreateRuntime(command); 165return _runtime = platformNativeRuntime; 177_runtime = podmanRuntime; 181_runtime = dockerRuntime; 185_runtime = podmanRuntime;
4 references to _runtime
Microsoft.NET.Build.Containers (4)
LocalDaemons\ContainerRuntime.cs (4)
138=> string.Format(Strings.DockerCli_PushInfo, _runtime?.GetTelemetryValue().ToString()); 152if (_runtime is not null) 154return _runtime; 188return _runtime;