3 references to 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)