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