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