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