1 write to _properties
Microsoft.Build (1)
Evaluation\Expander.cs (1)
319_properties = properties;
5 references to _properties
Microsoft.Build (5)
Evaluation\Expander.cs (5)
422return new Expander<P, I>(_properties, _items, _metadata, _fileSystem, EvaluationContext, loggingContext); 495result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 516return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 564expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 2776object result = function.Execute(item.Key, expander._properties, ExpanderOptions.ExpandAll, elementLocation);