5 implementations of ItemType
Microsoft.Build (5)
Definition\ProjectItem.cs (1)
930public string ItemType
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
37public string ItemType
Instance\ProjectItemInstance.cs (3)
2236public string ItemType 2372public string ItemTypeItemType
1 write to ItemType
Microsoft.Build (1)
Evaluation\Expander.ItemExpander.cs (1)
348itemFactory.ItemType = expressionCapture.ItemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.cs (1)
346if (itemFactory.ItemType == null)
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
42return _wrappedItemFactory.ItemType;