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)
992if (EvaluateConditionCollectingConditionedProperties(propertyGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1007if (EvaluateCondition(itemDefinitionGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1310if (!EvaluateConditionCollectingConditionedProperties(propertyElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1433if (EvaluateConditionCollectingConditionedProperties(importGroupElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, _projectRootElementCache)) 1457if (EvaluateConditionCollectingConditionedProperties(whenElement, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties)) 1607if (!EvaluateConditionCollectingConditionedProperties(importElement, newExpandedCondition, ExpanderOptions.ExpandProperties, ParserOptions.AllowProperties, 1705ParserOptions.AllowProperties, _projectRootElementCache))