1 write to _properties
Microsoft.Build (1)
Evaluation\Expander.PropertyExpander.cs (1)
64
_properties
= properties;
2 references to _properties
Microsoft.Build (2)
Evaluation\Expander.PropertyExpander.cs (2)
473
propertyValue = function.Execute(propertyValue,
_properties
, _options, _elementLocation);
573
P property =
_properties
.GetProperty(propertyName, startIndex, endIndex);