3 references to ExpandCustomMetadata
Microsoft.Build (3)
Evaluation\Expander.cs (3)
61
ExpandMetadata =
ExpandCustomMetadata
| ExpandBuiltInMetadata,
113
ExpandPropertiesAndCustomMetadata =
ExpandCustomMetadata
| ExpandProperties,
1097
(!isBuiltInMetadata && ((_options & ExpanderOptions.
ExpandCustomMetadata
) != 0)))