1 write to _operations
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntime.cs (1)
67
_operations
= new ContainerRuntimeOperations(_logger, tryRunCommand);
4 references to _operations
Microsoft.NET.Build.Containers (4)
LocalDaemons\ContainerRuntime.cs (4)
143
DockerCommand => new DockerContainerRuntime(
_operations
, _logger),
144
PodmanCommand => new PodmanContainerRuntime(
_operations
, _logger),
145
WslcCommand => new WslcContainerRuntime(
_operations
, _logger),
146
MacOSContainerCommand => new MacOSContainerRuntime(
_operations
, _logger),