6 references to IsGraphBuild
Microsoft.Build (3)
Graph\GraphBuilder.cs (3)
436if (globalPropertyDictionary.GetProperty(PropertyNames.IsGraphBuild) == null) 438globalPropertyDictionary[PropertyNames.IsGraphBuild] = ProjectPropertyInstance.Create(PropertyNames.IsGraphBuild, "true");
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
147internal const string IsGraphBuild = nameof(IsGraphBuild);
MSBuild (2)
XMake.cs (2)
1659if (!entryPoint.GlobalProperties.ContainsKey(PropertyNames.IsGraphBuild)) 1661entryPoint.GlobalProperties[PropertyNames.IsGraphBuild] = "true";