6 references to ProjectInstance
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
332: this(xml, null, null, ProjectCollection.GlobalProjectCollection)
Microsoft.Build.Engine.UnitTests (5)
Definition\ToolsVersion_Tests.cs (4)
792ProjectInstance pi = new ProjectInstance(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p); 826ProjectInstance pi = new ProjectInstance(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p); 862ProjectInstance pi = new ProjectInstance(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p); 902ProjectInstance pi = new ProjectInstance(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p);
Instance\ProjectInstance_Internal_Tests.cs (1)
731(f, xml, c) => new ProjectInstance(xml, null, null, c)