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)
792
ProjectInstance pi = new
ProjectInstance
(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p);
826
ProjectInstance pi = new
ProjectInstance
(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p);
862
ProjectInstance pi = new
ProjectInstance
(projectFromString.Project.Xml, null /* no global properties */, null /* don't explicitly set the toolsversion */, p);
902
ProjectInstance 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)