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