6 references to IsGraphBuild
Microsoft.Build (3)
Graph\GraphBuilder.cs (3)
439if (globalPropertyDictionary.GetProperty(PropertyNames.IsGraphBuild) == null) 441globalPropertyDictionary[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)
1806if (!entryPoint.GlobalProperties.ContainsKey(PropertyNames.IsGraphBuild)) 1808entryPoint.GlobalProperties[PropertyNames.IsGraphBuild] = "true";