7 references to InnerBuild
Microsoft.Build (3)
Graph\ProjectInterpretation.cs (3)
93case ProjectType.InnerBuild: 240? ProjectType.InnerBuild 542ProjectType.InnerBuild => RemoveNonexistentTargetsIfSkippable(_allTargets),
Microsoft.Build.Engine.UnitTests (4)
Graph\GraphTestingUtilities.cs (3)
68.Where(p => p.ProjectType == ProjectInterpretation.ProjectType.InnerBuild && p.ProjectInstance.FullPath == outerBuild.ProjectInstance.FullPath) 116innerBuild.ProjectType.ShouldBe(ProjectInterpretation.ProjectType.InnerBuild); 157.Where(p => p.ProjectType == ProjectInterpretation.ProjectType.InnerBuild && p.ProjectInstance.FullPath.Equals(outerBuild.ProjectInstance.FullPath))
Graph\ProjectGraph_Tests.cs (1)
2220var innerBuild1WithReferenceToInnerBuild2 = outerBuild1.ProjectReferences.FirstOrDefault(n => n.ProjectType == ProjectInterpretation.ProjectType.InnerBuild && n.ProjectInstance.GlobalProperties[InnerBuildPropertyName] == "a");