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