1 write to LocalRegistry
Microsoft.NET.Build.Containers (1)
DestinationImageReference.cs (1)
57LocalRegistry = localRegistry;
7 references to LocalRegistry
Microsoft.NET.Build.Containers (7)
ContainerHelpers.cs (1)
188if (destinationImageReference.LocalRegistry is ContainerRuntime runtime)
ImagePublisher.cs (3)
31destinationImageReference.LocalRegistry!.LoadAsync).ConfigureAwait(false); 70destinationImageReference.LocalRegistry!.LoadAsync).ConfigureAwait(false); 98ILocalRegistry localRegistry = destinationImageReference.LocalRegistry!;
LocalDaemons\ContainerRuntimes.cs (1)
280var architectureDestination = new DestinationImageReference(destinationReference.LocalRegistry!, repo, [firstTag]);
Telemetry.cs (2)
35destination.LocalRegistry is not null ? GetLocalStorageType(destination.LocalRegistry) : null);