2 instantiations of PropertyExpander
Microsoft.Build (2)
Evaluation\Expander.PropertyExpander.cs (2)
147PropertyExpander expander = new(properties, options, elementLocation, propertiesUseTracker, fileSystem); 378PropertyExpander expander = new(properties, options, elementLocation, propertiesUseTracker, fileSystem);
8 references to PropertyExpander
Microsoft.Build (8)
Evaluation\Expander.cs (3)
257result = PropertyExpander.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 278return PropertyExpander.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem); 326expression = PropertyExpander.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation, _propertiesUseTracker, _fileSystem);
Evaluation\Expander.Function.cs (2)
410object argument = PropertyExpander.ExpandPropertiesLeaveTypedAndEscaped( 577return PropertyExpander.ExpandPropertyBody(
Evaluation\Expander.ItemExpander.Transforms.cs (1)
831string include = PropertyExpander.ConvertToString(result);
Evaluation\Expander.PropertyExpander.cs (2)
147PropertyExpander expander = new(properties, options, elementLocation, propertiesUseTracker, fileSystem); 378PropertyExpander expander = new(properties, options, elementLocation, propertiesUseTracker, fileSystem);