5 implementations of ItemType
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
780string IItemTypeDefinition.ItemType => _itemType;
Definition\ProjectItemDefinition.cs (1)
83public string ItemType
Instance\ProjectItemDefinitionInstance.cs (1)
243string IItemTypeDefinition.ItemType => _itemType;
Instance\ProjectItemInstance.cs (2)
182public string ItemType 2536string IItemTypeDefinition.ItemType => _itemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (2)
1182(string.IsNullOrEmpty(itemType) || string.Equals(itemType, itemMetadata.ItemType, StringComparison.Ordinal))) 1185"ItemReferencingSelfInTarget", itemMetadata.ItemType, metadataName);