2 implementations of
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
121
public ICollection<T>
this
[string itemtype]
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
42
public ICollection<T>
this
[string itemType]
5 references to
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
540
groupFound = _baseItems
[
itemType];
986
ICollection<ProjectItemInstance> existing = table
[
itemType];
Definition\Project.cs (1)
4599
return Items
[
itemType];
Instance\ProjectInstance.cs (2)
1779
return _items
[
itemType];
2621
ICollection<ProjectItemInstance> itemList = _items
[
itemType];