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