Implemented interface member:
property
ItemTypes
Microsoft.Build.Collections.IItemDictionary<T>.ItemTypes
5 references to ItemTypes
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
955if (table?.ItemTypes.Contains(item.ItemType) == true)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
512foreach (string itemType in upToDateTargetInputs.ItemTypes) 518foreach (string itemType in changedTargetInputs.ItemTypes)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
698if (!changedTargetInputs.ItemTypes.Contains(inputItems[0].ItemType)) 705if (!upToDateTargetInputs.ItemTypes.Contains(inputItems[0].ItemType))