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)
2229public string ItemType 2365public string ItemTypeItemType
1 write to ItemType
Microsoft.Build (1)
Evaluation\Expander.cs (1)
2143itemFactory.ItemType = expressionCapture.ItemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (1)
2141if (itemFactory.ItemType == null)
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
42return _wrappedItemFactory.ItemType;