Implemented interface member:
property
this
Microsoft.Build.Collections.IItemDictionary<T>.this[System.String]
8 references to
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
514lookupForInference.PopulateWithItems(itemType, upToDateTargetInputs[itemType]); 520lookupForExecution.PopulateWithItems(itemType, changedTargetInputs[itemType]);
Collections\ItemDictionary.cs (1)
223ICollection<T> result = this[itemType];
Definition\Project.cs (1)
3131ICollection<ProjectItem> items = _data.ItemsIgnoringCondition[itemType];
Utilities\Utilities.cs (4)
800projectItemInstanceDictionary[typeName] 806projectItemDictionary[typeName] 829projectItemInstanceDictionary[typeName] 836projectItemDictionary[typeName]