4 references to MSBuildAllProjectsPropertyName
Microsoft.Build (2)
Evaluation\Evaluator.cs (2)
2579P oldValue = _data.GetProperty(Constants.MSBuildAllProjectsPropertyName); 2582Constants.MSBuildAllProjectsPropertyName,
Microsoft.Build.Engine.UnitTests (2)
Evaluation\Evaluator_Tests.cs (2)
4675string propertyValue = project.GetPropertyValue(Constants.MSBuildAllProjectsPropertyName); 4705project.GetPropertyValue(Constants.MSBuildAllProjectsPropertyName).ShouldStartWith(primaryProject.ProjectFile);