1 write to _properties
Microsoft.Build (1)
Evaluation\Expander.cs (1)
325
_properties
= properties;
5 references to _properties
Microsoft.Build (5)
Evaluation\Expander.cs (5)
428
return new Expander<P, I>(
_properties
, _items, _metadata, _fileSystem, EvaluationContext, loggingContext);
501
result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
522
return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
570
expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
2772
object result = function.Execute(item.Key, expander.
_properties
, ExpanderOptions.ExpandAll, elementLocation);