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)
1002if (EvaluateConditionCollectingConditionedProperties(propertyGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1017if (EvaluateCondition(itemDefinitionGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1320if (!EvaluateConditionCollectingConditionedProperties(propertyElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1446if (EvaluateConditionCollectingConditionedProperties(importGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, _projectRootElementCache)) 1470if (EvaluateConditionCollectingConditionedProperties(whenElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1620if (!EvaluateConditionCollectingConditionedProperties(importElement, newExpandedCondition, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, 1718ParserOptions.AllowProperties, _projectRootElementCache))