1 write to _byRefs
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
353_byRefs ??= new bool[_expressions.Length];
2 references to _byRefs
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (2)
212clone[i] = _self.ToTemp(current!, out temp, _byRefs?[i] ?? false); 355_byRefs[index] = true;