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)
4282
Items = new
ItemDictionary
<ProjectItem>();
4283
ItemsIgnoringCondition = 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>();