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