1 instantiation of MetadataExpander
Microsoft.Build (1)
Evaluation\Expander.MetadataExpander.cs (1)
78
MetadataExpander expander =
new
(metadata, options, elementLocation, loggingContext, builder);
4 references to MetadataExpander
Microsoft.Build (4)
Evaluation\Expander.cs (3)
260
string result =
MetadataExpander
.ExpandMetadataLeaveEscaped(expression, _metadata, options, elementLocation, _loggingContext);
281
string metaExpanded =
MetadataExpander
.ExpandMetadataLeaveEscaped(expression, _metadata, options, elementLocation);
329
expression =
MetadataExpander
.ExpandMetadataLeaveEscaped(expression, _metadata, options, elementLocation);
Evaluation\Expander.MetadataExpander.cs (1)
78
MetadataExpander
expander = new(metadata, options, elementLocation, loggingContext, builder);