5 implementations of ItemType
Microsoft.Build (5)
Definition\ProjectItem.cs (1)
942public string ItemType
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
39public string ItemType
Instance\ProjectItemInstance.cs (3)
1995public string ItemType 2128public string ItemTypeItemType
1 write to ItemType
Microsoft.Build (1)
Evaluation\Expander.cs (1)
1907itemFactory.ItemType = expressionCapture.ItemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (1)
1905if (itemFactory.ItemType == null)
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
44return _wrappedItemFactory.ItemType;