Implemented interface member:
property
Value
Microsoft.Build.Execution.IPropertyElementWithLocation.Value
6 references to Value
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (2)
85string evaluatedValue = bucket.Expander.ExpandIntoStringLeaveEscaped(property.Value, ExpanderOptions.ExpandAll, property.Location); 122AddIfNotEmptyString(parameterValues, property.Value);
Microsoft.Build.Engine.UnitTests (4)
Instance\ProjectInstance_Internal_Tests.cs (2)
182properties[0].Value.ShouldBe("v1"); 185properties[1].Value.ShouldBe(String.Empty);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
281Assert.Equal(x.Value, y.Value);