1 write to _properties
Microsoft.Build (1)
Evaluation\Expander.cs (1)
323
_properties
= properties;
5 references to _properties
Microsoft.Build (5)
Evaluation\Expander.cs (5)
426
return new Expander<P, I>(
_properties
, _items, _metadata, _fileSystem, EvaluationContext, loggingContext);
499
result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
520
return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
568
expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression,
_properties
, options, elementLocation, _propertiesUseTracker, _fileSystem);
2770
object result = function.Execute(item.Key, expander.
_properties
, ExpanderOptions.ExpandAll, elementLocation);