5 implementations of ItemType
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
789
string IItemTypeDefinition.
ItemType
=> _itemType;
Definition\ProjectItemDefinition.cs (1)
84
public string
ItemType
Instance\ProjectItemDefinitionInstance.cs (1)
243
string IItemTypeDefinition.
ItemType
=> _itemType;
Instance\ProjectItemInstance.cs (2)
182
public string
ItemType
2540
string IItemTypeDefinition.
ItemType
=> _itemType;
2 references to ItemType
Microsoft.Build (2)
Evaluation\Expander.MetadataExpander.cs (2)
236
(string.IsNullOrEmpty(itemType) || string.Equals(itemType, itemMetadata.
ItemType
, StringComparison.Ordinal)))
242
itemMetadata.
ItemType
,