6 references to Value
Microsoft.Build.Engine (6)
Properties\BuildProperty.cs (4)
610this.finalValueEscaped = expander.ExpandAllIntoStringLeaveEscaped(this.Value, this.propertyElement); 676clone = new BuildProperty(this.Name, this.Value, this.Type); 683ErrorUtilities.VerifyThrow(Object.ReferenceEquals(clone.Value, this.Value), "Clone value should be identical reference");
Solution\SolutionWrapperProject.cs (1)
489childProjectToolsVersion = property.Value;
Tasks\IntrinsicTask.cs (1)
284AddIfNotEmptyString(parameterValues, property.Value);