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