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