3 implementations of ILocalRegistry
Microsoft.NET.Build.Containers (3)
LocalDaemons\ArchiveFileRegistry.cs (1)
11internal class ArchiveFileRegistry : ILocalRegistry
LocalDaemons\ContainerRuntime.cs (1)
12internal sealed class ContainerRuntime : ILocalRegistry
LocalDaemons\DockerCli.cs (1)
21: ILocalRegistry
6 references to ILocalRegistry
Microsoft.NET.Build.Containers (6)
DestinationImageReference.cs (3)
28public ILocalRegistry? LocalRegistry { get; } 54public DestinationImageReference(ILocalRegistry localRegistry, string repository, string[] tags) 85ILocalRegistry localRegistry = KnownLocalRegistryTypes.CreateLocalRegistry(localRegistryCommand, loggerFactory);
ImagePublisher.cs (1)
98ILocalRegistry localRegistry = destinationImageReference.LocalRegistry!;
LocalDaemons\KnownLocalRegistryTypes.cs (1)
31internal static ILocalRegistry CreateLocalRegistry(string? type, ILoggerFactory loggerFactory)
Telemetry.cs (1)
49private LocalStorageType GetLocalStorageType(ILocalRegistry r)