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