5 writes to _runtime
Microsoft.NET.Build.Containers (5)
LocalDaemons\ContainerRuntime.cs (5)
72
_runtime
= command is null ? null : CreateRuntime(command);
165
return
_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());
152
if (
_runtime
is not null)
154
return
_runtime
;
188
return
_runtime
;