13 references to AllowProperties
Microsoft.Build (13)
Evaluation\Conditionals\Parser.cs (5)
22AllowPropertiesAndItemLists = AllowProperties | AllowItemLists, 26AllowPropertiesAndItemMetadata = AllowProperties | AllowItemMetadata, 27AllowPropertiesAndCustomMetadata = AllowProperties | AllowCustomMetadata, 28AllowAll = AllowProperties | AllowItemLists | AllowItemMetadata 102Assumed.True((optionSettings & ParserOptions.AllowProperties) != 0, "Properties should always be allowed.");
Evaluation\Conditionals\Scanner.cs (1)
63Assumed.True((options & ParserOptions.AllowProperties) != 0, "Properties should always be allowed.");
Evaluation\Evaluator.cs (7)
1038if (EvaluateConditionCollectingConditionedProperties(propertyGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1053if (EvaluateCondition(itemDefinitionGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1356if (!EvaluateConditionCollectingConditionedProperties(propertyElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1482if (EvaluateConditionCollectingConditionedProperties(importGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, _projectRootElementCache)) 1506if (EvaluateConditionCollectingConditionedProperties(whenElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1656if (!EvaluateConditionCollectingConditionedProperties(importElement, newExpandedCondition, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, 1754ParserOptions.AllowProperties, _projectRootElementCache))