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