3 references to ExpandCustomMetadata
Microsoft.Build (3)
Evaluation\Expander.cs (3)
66
ExpandMetadata =
ExpandCustomMetadata
| ExpandBuiltInMetadata,
118
ExpandPropertiesAndCustomMetadata =
ExpandCustomMetadata
| ExpandProperties,
1104
(!isBuiltInMetadata && ((evaluator._options & ExpanderOptions.
ExpandCustomMetadata
) != 0)))