5 implementations of ItemType
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
749string IItemTypeDefinition.ItemType => _itemType;
Definition\ProjectItemDefinition.cs (1)
84public string ItemType
Instance\ProjectItemDefinitionInstance.cs (1)
237string IItemTypeDefinition.ItemType => _itemType;
Instance\ProjectItemInstance.cs (2)
181public string ItemType 2296string IItemTypeDefinition.ItemType => _itemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (2)
1103(string.IsNullOrEmpty(itemType) || string.Equals(itemType, itemMetadata.ItemType, StringComparison.Ordinal))) 1106"ItemReferencingSelfInTarget", itemMetadata.ItemType, metadataName);