5 implementations of ItemType
Microsoft.Build (5)
Definition\ProjectItem.cs (1)
930
public string
ItemType
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
37
public string
ItemType
Instance\ProjectItemInstance.cs (3)
2229
public string
ItemType
2365
public string
ItemType
ItemType
1 write to ItemType
Microsoft.Build (1)
Evaluation\Expander.cs (1)
2143
itemFactory.
ItemType
= expressionCapture.ItemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (1)
2141
if (itemFactory.
ItemType
== null)
Evaluation\LazyItemEvaluator.ItemFactoryWrapper.cs (1)
42
return _wrappedItemFactory.
ItemType
;