1 write to _itemType
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
710
_itemType
= itemType;
2 references to _itemType
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (2)
751
if (specifiedItemType == null || specifiedItemType ==
_itemType
)
789
string IItemTypeDefinition.ItemType =>
_itemType
;