1 write to OutputRegistry
Microsoft.NET.Build.Containers (1)
Tasks\CreateImageIndex.Interface.cs (1)
88
OutputRegistry
= string.Empty;
2 references to OutputRegistry
Microsoft.NET.Build.Containers (2)
Tasks\CreateImageIndex.cs (2)
59
RegistryMode sourceRegistryMode = BaseRegistry.Equals(
OutputRegistry
, StringComparison.InvariantCultureIgnoreCase) ? RegistryMode.PullFromOutput : RegistryMode.Pull;
68
OutputRegistry
,