2 implementations of
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
120
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)
4585
return Items
[
itemType];
Instance\ProjectInstance.cs (2)
1772
return _items
[
itemType];
2606
ICollection<ProjectItemInstance> itemList = _items
[
itemType];