4 instantiations of DestinationImageReference
Microsoft.NET.Build.Containers (4)
DestinationImageReference.cs (3)
74destinationImageReference = new DestinationImageReference(new ArchiveFileRegistry(archiveOutputPath), repository, imageTags); 78destinationImageReference = new DestinationImageReference( 86destinationImageReference = new DestinationImageReference(localRegistry, repository, imageTags);
LocalDaemons\ContainerRuntimes.cs (1)
280var architectureDestination = new DestinationImageReference(destinationReference.LocalRegistry!, repo, [firstTag]);
62 references to DestinationImageReference
Microsoft.NET.Build.Containers (62)
ContainerHelpers.cs (1)
186DestinationImageReference destinationImageReference)
DestinationImageReference.cs (5)
10/// Lists the different kinds of <see cref="DestinationImageReference"/> to which 33/// Initializes a new instance of the <see cref="DestinationImageReference"/> class representing 48/// Initializes a new instance of the <see cref="DestinationImageReference"/> class representing 63public static DestinationImageReference CreateFromSettings( 71DestinationImageReference destinationImageReference;
ImagePublisher.cs (6)
14DestinationImageReference destinationImageReference, 53DestinationImageReference destinationImageReference, 92DestinationImageReference destinationImageReference, 96Func<T, SourceImageReference, DestinationImageReference, CancellationToken, Task> loadFunc) 137DestinationImageReference destinationImageReference, 140Func<T, SourceImageReference, DestinationImageReference, CancellationToken, Task> pushFunc,
LocalDaemons\ArchiveFileRegistry.cs (4)
21DestinationImageReference destinationReference, CancellationToken cancellationToken, 22Func<T, SourceImageReference, DestinationImageReference, Stream, CancellationToken, Task> writeStreamFunc) 56DestinationImageReference destinationReference, 63DestinationImageReference destinationReference,
LocalDaemons\ContainerArchive.cs (7)
35DestinationImageReference destinationReference, 56DestinationImageReference destinationReference, 76DestinationImageReference destinationReference, 91DestinationImageReference destinationReference, 154DestinationImageReference destinationReference, 220DestinationImageReference destinationReference, 270DestinationImageReference destinationReference,
LocalDaemons\ContainerRuntime.cs (2)
84DestinationImageReference destinationReference, 96DestinationImageReference destinationReference,
LocalDaemons\ContainerRuntimeOperations.cs (4)
38DestinationImageReference destinationReference, 39Func<T, SourceImageReference, DestinationImageReference, Stream, CancellationToken, Task> writeStreamFunc, 91DestinationImageReference destinationReference, 92Func<T, SourceImageReference, DestinationImageReference, Stream, CancellationToken, Task> writeStreamFunc,
LocalDaemons\ContainerRuntimes.cs (9)
46DestinationImageReference destinationReference, 61DestinationImageReference destinationReference, 100DestinationImageReference destinationReference, 257DestinationImageReference destinationReference, 280var architectureDestination = new DestinationImageReference(destinationReference.LocalRegistry!, repo, [firstTag]); 346DestinationImageReference destinationReference, 361DestinationImageReference destinationReference, 383DestinationImageReference destinationReference, 398DestinationImageReference destinationReference,
LocalDaemons\DockerCli.cs (11)
90DestinationImageReference destinationReference, 91Func<T, SourceImageReference, DestinationImageReference, Stream, CancellationToken, Task> writeStreamFunc, 133public async Task LoadAsync(BuiltImage image, SourceImageReference sourceReference, DestinationImageReference destinationReference, CancellationToken cancellationToken) 137public async Task LoadAsync(MultiArchImage multiArchImage, SourceImageReference sourceReference, DestinationImageReference destinationReference, CancellationToken cancellationToken) 288public static async Task WriteImageToStreamAsync(BuiltImage image, SourceImageReference sourceReference, DestinationImageReference destinationReference, Stream imageStream, CancellationToken cancellationToken) 307DestinationImageReference destinationReference, 380DestinationImageReference destinationReference, 413DestinationImageReference destinationReference, 468DestinationImageReference destinationReference, 509DestinationImageReference destinationReference, 533DestinationImageReference destinationReference,
LocalDaemons\IContainerRuntime.cs (2)
57DestinationImageReference destinationReference, 67DestinationImageReference destinationReference,
LocalDaemons\ILocalRegistry.cs (2)
15public Task LoadAsync(BuiltImage image, SourceImageReference sourceReference, DestinationImageReference destinationReference, CancellationToken cancellationToken); 21public Task LoadAsync(MultiArchImage multiArchImage, SourceImageReference sourceReference, DestinationImageReference destinationReference, CancellationToken cancellationToken);
Registry\Registry.cs (3)
585DestinationImageReference destinationImageReference, 597public Task PushAsync(BuiltImage builtImage, SourceImageReference source, DestinationImageReference destination, CancellationToken cancellationToken) 600private async Task PushAsync(BuiltImage builtImage, SourceImageReference source, DestinationImageReference destination, bool pushTags, CancellationToken cancellationToken)
Tasks\CreateImageIndex.cs (2)
57DestinationImageReference destinationImageReference = DestinationImageReference.CreateFromSettings(
Tasks\CreateNewImage.cs (2)
87DestinationImageReference destinationImageReference = DestinationImageReference.CreateFromSettings(
Telemetry.cs (2)
27DestinationImageReference destination, 92public void LogCredentialFailure(DestinationImageReference d)