2 writes to Tags
Microsoft.NET.Build.Containers (2)
DestinationImageReference.cs (2)
44
Tags
= tags;
59
Tags
= tags;
14 references to Tags
Microsoft.NET.Build.Containers (14)
DestinationImageReference.cs (3)
97
return GenerateRegistryNames(RemoteRegistry!, Repository!,
Tags
);
99
return GenerateLocalNames(Repository!,
Tags
);
117
string tagList = string.Join(", ",
Tags
);
LocalDaemons\ContainerArchive.cs (3)
160
foreach (string tag in destinationReference.
Tags
)
229
destinationReference.
Tags
,
291
destinationReference.
Tags
,
LocalDaemons\ContainerRuntimes.cs (2)
269
string firstTag = destinationReference.
Tags
.First();
294
foreach (string tag in destinationReference.
Tags
.Skip(1))
LocalDaemons\DockerCli.cs (3)
386
foreach (string tag in destinationReference.
Tags
)
478
destinationReference.
Tags
);
560
destinationReference.
Tags
);
Registry\Registry.cs (3)
589
foreach (var tag in destinationImageReference.
Tags
)
663
Debug.Assert(destination.
Tags
.Length > 0);
664
foreach (string tag in destination.
Tags
)