1 write to EntrypointArgs
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.Interface.cs (1)
203
EntrypointArgs
= Array.Empty<ITaskItem>();
1 reference to EntrypointArgs
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.cs (1)
310
string[] entrypointArgs =
EntrypointArgs
.Select(i => i.ItemSpec).ToArray();