4 references to ProjectInstance
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
323: this(xml, null, null, ProjectCollection.GlobalProjectCollection)
Microsoft.Build.Engine.UnitTests (3)
Definition\ToolsVersion_Tests.cs (2)
757ProjectInstance pi = new ProjectInstance(project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p); 865ProjectInstance pi = new ProjectInstance(project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p);
Instance\ProjectInstance_Internal_Tests.cs (1)
723(f, xml, c) => new ProjectInstance(xml, null, null, c)