9 references to AllowAll
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (4)
70ParserOptions.AllowAll, 177ParserOptions.AllowAll, 213ParserOptions.AllowAll, 331ParserOptions.AllowAll,
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
66ParserOptions.AllowAll,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
398ParserOptions parserOptions = (_taskNode == null) ? ParserOptions.AllowPropertiesAndItemLists : ParserOptions.AllowAll; 1117ParserOptions.AllowAll,
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (2)
209if (!EvaluateCondition(metadataElement.Condition, metadataElement, metadataExpansionOptions, ParserOptions.AllowAll, _expander, _lazyEvaluator)) 245ParserOptions.AllowAll,