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