5 writes to ItemsToSign
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
545ItemsToSign = Array.Empty<ITaskItem>(), 565ItemsToSign = Array.Empty<ITaskItem>(), 2104ItemsToSign = Array.Empty<ITaskItem>(), 2643ItemsToSign = itemsToSign, 2680ItemsToSign = itemsToSign ?? Array.Empty<ITaskItem>(),
6 references to ItemsToSign
Microsoft.DotNet.SignTool (6)
src\SignToolTask.cs (6)
203if (!AllowEmptySignList && ItemsToSign.Count() == 0) 259var itemsToSign = ItemsToSign.Select(i => new ItemToSign(i.ItemSpec, i.GetMetadata(SignToolConstants.CollisionPriorityId))).OrderBy(i => i.CollisionPriorityId).ToList(); 378if (ItemsToSign.Length == 0) 383foreach (var itemToSign in ItemsToSign) 387Log.LogError($"Paths specified in {nameof(ItemsToSign)} must be absolute: '{itemToSign}'."); 403Log.LogError($"All {nameof(ItemsToSign)} must be within the cone of a single directory.");