2 implementations of ItemTypes
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
99
public ICollection<string>
ItemTypes
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
59
public ICollection<string>
ItemTypes
=> _itemsByType.Keys;
5 references to ItemTypes
Microsoft.Build (5)
Definition\Project.cs (1)
4199
public ICollection<string> ItemTypes => Items.
ItemTypes
;
Instance\ProjectInstance.cs (4)
1149
return _items.
ItemTypes
;
2399
foreach (string itemType in _items.
ItemTypes
)
2616
int typeCount = _items.
ItemTypes
.Count;
2619
foreach (string itemType in _items.
ItemTypes
)