1 write to _comma
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
217_comma = comma;
5 references to _comma
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (5)
371/// the expressions kept in <see cref="_comma"/>. 379Debug.Assert(_comma!.Capacity == _comma.Count + 1); 380_comma.Add(expression); 381expression = MakeBlock(_comma);