4 instantiations of ProjectItemFactory
Microsoft.Build (3)
Definition\Project.cs (3)
3526
var itemFactory = new
ProjectItemFactory
(Owner, renamedItemElement);
3593
var itemFactory = new
ProjectItemFactory
(Owner, itemElement);
3725
new
ProjectItemFactory
(Owner),
Microsoft.Build.Engine.UnitTests (1)
Definition\ProjectItem_Tests.cs (1)
30
ProjectItemFactory factory = new
ProjectItemFactory
(item1.Project, item1.Xml);
5 references to ProjectItemFactory
Microsoft.Build (3)
Definition\Project.cs (3)
33
using ProjectItemFactory = Microsoft.Build.Evaluation.ProjectItem.
ProjectItemFactory
;
3526
var
itemFactory = new ProjectItemFactory(Owner, renamedItemElement);
3593
var
itemFactory = new ProjectItemFactory(Owner, itemElement);
Microsoft.Build.Engine.UnitTests (2)
Definition\ProjectItem_Tests.cs (2)
12
using ProjectItemFactory = Microsoft.Build.Evaluation.ProjectItem.
ProjectItemFactory
;
30
ProjectItemFactory
factory = new ProjectItemFactory(item1.Project, item1.Xml);