5 writes to ItemsToSign
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
544ItemsToSign = Array.Empty<ITaskItem>(), 564ItemsToSign = Array.Empty<ITaskItem>(), 2028ItemsToSign = Array.Empty<ITaskItem>(), 2568ItemsToSign = itemsToSign, 2605ItemsToSign = itemsToSign ?? Array.Empty<ITaskItem>(),
6 references to ItemsToSign
Microsoft.DotNet.SignTool (6)
src\SignToolTask.cs (6)
192if (!AllowEmptySignList && ItemsToSign.Count() == 0) 243var itemsToSign = ItemsToSign.Select(i => new ItemToSign(i.ItemSpec, i.GetMetadata(SignToolConstants.CollisionPriorityId))).OrderBy(i => i.CollisionPriorityId).ToList(); 361if (ItemsToSign.Length == 0) 366foreach (var itemToSign in ItemsToSign) 370Log.LogError($"Paths specified in {nameof(ItemsToSign)} must be absolute: '{itemToSign}'."); 386Log.LogError($"All {nameof(ItemsToSign)} must be within the cone of a single directory.");