4 references to ProjectInstance
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
227
:
this
(projectFile, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)
Microsoft.Build.Engine.UnitTests (3)
Instance\ProjectInstance_Internal_Tests.cs (3)
707
(f, xml, c) => new
ProjectInstance
(f, null, null, c)
725
(f, xml, c) => new
ProjectInstance
(f, null, null, c).DeepCopy()
745
var pi = new
ProjectInstance
(f, null, null, c);