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