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