5 writes to ItemsToSign
Microsoft.DotNet.SignTool.Tests (5)
SignToolTests.cs (5)
488ItemsToSign = Array.Empty<ITaskItem>(), 509ItemsToSign = Array.Empty<ITaskItem>(), 1803ItemsToSign = Array.Empty<ITaskItem>(), 2344ItemsToSign = itemsToSign, 2382ItemsToSign = itemsToSign ?? Array.Empty<ITaskItem>(),
6 references to ItemsToSign
Microsoft.DotNet.SignTool (6)
src\SignToolTask.cs (6)
195if (!AllowEmptySignList && ItemsToSign.Count() == 0) 254var itemsToSign = ItemsToSign.Select(i => new ItemToSign(i.ItemSpec, i.GetMetadata(SignToolConstants.CollisionPriorityId))).OrderBy(i => i.CollisionPriorityId).ToList(); 374if (ItemsToSign.Length == 0) 379foreach (var itemToSign in ItemsToSign) 383Log.LogError($"Paths specified in {nameof(ItemsToSign)} must be absolute: '{itemToSign}'."); 399Log.LogError($"All {nameof(ItemsToSign)} must be within the cone of a single directory.");