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