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