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