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)
143DockerCommand => new DockerContainerRuntime(_operations, _logger), 144PodmanCommand => new PodmanContainerRuntime(_operations, _logger), 145WslcCommand => new WslcContainerRuntime(_operations, _logger), 146MacOSContainerCommand => new MacOSContainerRuntime(_operations, _logger),