3 instantiations of UnaryScope
Microsoft.TemplateEngine.Core (3)
Expressions\OperatorSetBuilder.cs (1)
268
UnaryScope<Operators> self = new
UnaryScope
<Operators>(active, op, evaluate);
Expressions\ScopeBuilder.cs (2)
82
Root = new
UnaryScope
<TOperator>(null, _identity, o => o)
220
Root = new
UnaryScope
<TOperator>(null, _identity, o => o)
3 references to UnaryScope
Microsoft.TemplateEngine.Core (3)
Expressions\OperatorSetBuilder.cs (2)
245
case
UnaryScope
<Operators> unary:
268
UnaryScope
<Operators> self = new UnaryScope<Operators>(active, op, evaluate);
Expressions\ScopeBuilder.cs (1)
268
|| (isolator.Root is
UnaryScope
<TOperator> o