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)
711if (specifiedItemType == null || specifiedItemType == _itemType) 749string IItemTypeDefinition.ItemType => _itemType;