4 references to ItemsToHash
Microsoft.Build.Tasks.Core (4)
Hash.cs (4)
63
if (
ItemsToHash
?.Length > 0)
80
for (int i = 0; i <
ItemsToHash
.Length; i++)
82
string itemSpec = IgnoreCase ?
ItemsToHash
[i].ItemSpec.ToUpperInvariant() :
ItemsToHash
[i].ItemSpec;