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