5 references to WslcCommand
Microsoft.NET.Build.Containers (5)
LocalDaemons\ContainerRuntime.cs (3)
145WslcCommand => new WslcContainerRuntime(_operations, _logger), 158? CreateRuntime(WslcCommand) 207? $"{WslcCommand}/{FallbackCommands}"
LocalDaemons\ContainerRuntimes.cs (1)
334protected override string Command => ContainerRuntime.WslcCommand;
LocalDaemons\KnownLocalRegistryTypes.cs (1)
42Wslc => new ContainerRuntime(ContainerRuntime.WslcCommand, loggerFactory),