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