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