5 implementations of ItemType
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
782
string IItemTypeDefinition.
ItemType
=> _itemType;
Definition\ProjectItemDefinition.cs (1)
83
public string
ItemType
Instance\ProjectItemDefinitionInstance.cs (1)
236
string IItemTypeDefinition.
ItemType
=> _itemType;
Instance\ProjectItemInstance.cs (2)
181
public string
ItemType
2354
string IItemTypeDefinition.
ItemType
=> _itemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.cs (2)
1103
(string.IsNullOrEmpty(itemType) || string.Equals(itemType, itemMetadata.
ItemType
, StringComparison.Ordinal)))
1106
"ItemReferencingSelfInTarget", itemMetadata.
ItemType
, metadataName);