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