2 writes to ItemsToHash
Microsoft.Build.Tasks.UnitTests (2)
Hash_Tests.cs (2)
108
ItemsToHash
= new ITaskItem[] { new TaskItem(input) },
153
ItemsToHash
= items,
4 references to ItemsToHash
Microsoft.Build.Tasks.Core (4)
Hash.cs (4)
62
if (
ItemsToHash
?.Length > 0)
79
for (int i = 0; i <
ItemsToHash
.Length; i++)
81
string itemSpec = IgnoreCase ?
ItemsToHash
[i].ItemSpec.ToUpperInvariant() :
ItemsToHash
[i].ItemSpec;