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