2 instantiations of BinaryScope
Microsoft.TemplateEngine.Core (2)
Expressions\OperatorSetBuilder.cs (2)
227self = new BinaryScope<Operators>(active, op, evaluate) 239self = new BinaryScope<Operators>(active.Parent, op, evaluate);
3 references to BinaryScope
Microsoft.TemplateEngine.Core (3)
Expressions\OperatorSetBuilder.cs (3)
220BinaryScope<Operators> self; 225if (active is BinaryScope<Operators> left && precedesOperator(left.Operator)) 248case BinaryScope<Operators> binary: