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