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)
514
lookupForInference.PopulateWithItems(itemType, upToDateTargetInputs
[
itemType]);
520
lookupForExecution.PopulateWithItems(itemType, changedTargetInputs
[
itemType]);
Collections\ItemDictionary.cs (1)
223
ICollection<T> result = this
[
itemType];
Definition\Project.cs (1)
3131
ICollection<ProjectItem> items = _data.ItemsIgnoringCondition
[
itemType];
Utilities\Utilities.cs (4)
800
projectItemInstanceDictionary
[
typeName]
806
projectItemDictionary
[
typeName]
829
projectItemInstanceDictionary
[
typeName]
836
projectItemDictionary
[
typeName]