8 references to AllowPropertiesAndItemLists
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
354ParserOptions.AllowPropertiesAndItemLists, 615ParserOptions.AllowPropertiesAndItemLists, 707ParserOptions.AllowPropertiesAndItemLists,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
373ParserOptions parserOptions = (_taskNode == null) ? ParserOptions.AllowPropertiesAndItemLists : ParserOptions.AllowAll;
Evaluation\Evaluator.cs (2)
1024bool itemGroupConditionResult = lazyEvaluator.EvaluateConditionWithCurrentState(itemGroupElement, ExpanderOptions.ExpandPropertiesAndItems, ParserOptions.AllowPropertiesAndItemLists); 1331bool itemConditionResult = lazyEvaluator.EvaluateConditionWithCurrentState(itemElement, ExpanderOptions.ExpandPropertiesAndItems, ParserOptions.AllowPropertiesAndItemLists);
Instance\ProjectInstance.cs (1)
2341ParserOptions.AllowPropertiesAndItemLists,
Instance\TaskRegistry.cs (1)
295ParserOptions.AllowPropertiesAndItemLists,