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