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)
426return new Expander<P, I>(_properties, _items, _metadata, _fileSystem, EvaluationContext, loggingContext); 499result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 520return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 568expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 2770object result = function.Execute(item.Key, expander._properties, ExpanderOptions.ExpandAll, elementLocation);