Implemented interface member:
property
Value
Microsoft.Build.Execution.IPropertyElementWithLocation.Value
2 references to Value
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (2)
88
string evaluatedValue = bucket.Expander.ExpandIntoStringLeaveEscaped(property.
Value
, ExpanderOptions.ExpandAll, property.Location);
133
AddIfNotEmptyString(parameterValues, property.
Value
);