3 references to AllowCustomMetadata
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (2)
25
AllowItemMetadata = AllowBuiltInMetadata |
AllowCustomMetadata
,
27
AllowPropertiesAndCustomMetadata = AllowProperties |
AllowCustomMetadata
,
Evaluation\Conditionals\Scanner.cs (1)
489
if (((_options & ParserOptions.
AllowCustomMetadata
) == 0) &&