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