12 instantiations of ChildRewriter
System.Linq.Expressions (12)
System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs (1)
146
ChildRewriter cr = new
ChildRewriter
(spiller, stack, init.Arguments.Count);
System\Linq\Expressions\Compiler\StackSpiller.cs (11)
169
var cr = new
ChildRewriter
(this, Stack.NonEmpty, node.ArgumentCount);
185
var cr = new
ChildRewriter
(this, stack, 2 + index.ArgumentCount);
256
var cr = new
ChildRewriter
(this, stack, 3);
355
var cr = new
ChildRewriter
(this, stack, 2);
408
var cr = new
ChildRewriter
(this, stack, node.ArgumentCount + 1);
436
var cr = new
ChildRewriter
(this, stack, node.ArgumentCount + 1);
484
var cr = new
ChildRewriter
(this, stack, node.Expressions.Count);
506
cr = new
ChildRewriter
(this, stack, node.ArgumentCount);
527
cr = new
ChildRewriter
(this, stack, node.ArgumentCount + 1);
549
var cr = new
ChildRewriter
(this, stack, node.ArgumentCount);
643
var cr = new
ChildRewriter
(this, Stack.NonEmpty, init.Arguments.Count);
19 references to ChildRewriter
System.Linq.Expressions (19)
System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs (5)
132
private readonly
ChildRewriter
[] _childRewriters;
140
_childRewriters = new
ChildRewriter
[count];
146
ChildRewriter
cr = new ChildRewriter(spiller, stack, init.Arguments.Count);
165
ChildRewriter
cr = _childRewriters[i];
193
ChildRewriter
cr = _childRewriters[i];
System\Linq\Expressions\Compiler\StackSpiller.cs (14)
169
var
cr = new ChildRewriter(this, Stack.NonEmpty, node.ArgumentCount);
185
var
cr = new ChildRewriter(this, stack, 2 + index.ArgumentCount);
256
var
cr = new ChildRewriter(this, stack, 3);
355
var
cr = new ChildRewriter(this, stack, 2);
408
var
cr = new ChildRewriter(this, stack, node.ArgumentCount + 1);
436
var
cr = new ChildRewriter(this, stack, node.ArgumentCount + 1);
484
var
cr = new ChildRewriter(this, stack, node.Expressions.Count);
499
ChildRewriter
cr;
549
var
cr = new ChildRewriter(this, stack, node.ArgumentCount);
636
ChildRewriter
[] cloneCrs = new
ChildRewriter
[count];
643
var
cr = new ChildRewriter(this, Stack.NonEmpty, init.Arguments.Count);
658
ChildRewriter
cr = cloneCrs[i];
686
ChildRewriter
cr = cloneCrs[i];