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)
2059public string ItemType 2192public string ItemTypeItemType
1 write to ItemType
Microsoft.Build (1)
Evaluation\Expander.cs (1)
2066itemFactory.ItemType = expressionCapture.ItemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (1)
2064if (itemFactory.ItemType == null)
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
44return _wrappedItemFactory.ItemType;