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