4 instantiations of ProjectItemFactory
Microsoft.Build (3)
Definition\Project.cs (3)
3532
var itemFactory = new
ProjectItemFactory
(Owner, renamedItemElement);
3599
var itemFactory = new
ProjectItemFactory
(Owner, itemElement);
3732
new
ProjectItemFactory
(Owner),
Microsoft.Build.Engine.UnitTests (1)
Definition\ProjectItem_Tests.cs (1)
28
ProjectItemFactory factory = new
ProjectItemFactory
(item1.Project, item1.Xml);
5 references to ProjectItemFactory
Microsoft.Build (3)
Definition\Project.cs (3)
34
using ProjectItemFactory = Microsoft.Build.Evaluation.ProjectItem.
ProjectItemFactory
;
3532
var
itemFactory = new ProjectItemFactory(Owner, renamedItemElement);
3599
var
itemFactory = new ProjectItemFactory(Owner, itemElement);
Microsoft.Build.Engine.UnitTests (2)
Definition\ProjectItem_Tests.cs (2)
10
using ProjectItemFactory = Microsoft.Build.Evaluation.ProjectItem.
ProjectItemFactory
;
28
ProjectItemFactory
factory = new ProjectItemFactory(item1.Project, item1.Xml);