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