6 references to ItemDictionary
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
598
changedTargetInputs = new
ItemDictionary
<ProjectItemInstance>();
599
upToDateTargetInputs = new
ItemDictionary
<ProjectItemInstance>();
Definition\Project.cs (2)
4324
Items = new
ItemDictionary
<ProjectItem>();
4325
ItemsIgnoringCondition = new
ItemDictionary
<ProjectItem>();
Instance\ProjectInstance.cs (2)
582
_items = new
ItemDictionary
<ProjectItemInstance>(); // We don't want any of the items. That would include things like ProjectReferences, which would just pollute our own.
3265
_items = new
ItemDictionary
<ProjectItemInstance>();