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