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