8 references to AllowPropertiesAndItemLists
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
359ParserOptions.AllowPropertiesAndItemLists, 616ParserOptions.AllowPropertiesAndItemLists, 708ParserOptions.AllowPropertiesAndItemLists,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
372ParserOptions parserOptions = (_taskNode == null) ? ParserOptions.AllowPropertiesAndItemLists : ParserOptions.AllowAll;
Evaluation\Evaluator.cs (2)
1011bool itemGroupConditionResult = lazyEvaluator.EvaluateConditionWithCurrentState(itemGroupElement, ExpanderOptions.ExpandPropertiesAndItems, ParserOptions.AllowPropertiesAndItemLists); 1312bool itemConditionResult = lazyEvaluator.EvaluateConditionWithCurrentState(itemElement, ExpanderOptions.ExpandPropertiesAndItems, ParserOptions.AllowPropertiesAndItemLists);
Instance\ProjectInstance.cs (1)
2260ParserOptions.AllowPropertiesAndItemLists,
Instance\TaskRegistry.cs (1)
303ParserOptions.AllowPropertiesAndItemLists,