4 writes to
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
333_labels[target] = info;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
1795_treeLabels[node] = result = new LabelInfo(node);
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
90_variables[variable] = newScope; 100_variables[definition.Parameter] = scope.Parent;
3 references to
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LocalVariables.cs (3)
96VariableScope scope = _variables[definition.Parameter]; 112VariableScope scope = _variables[variable]; 116_variables[variable].Variable.IsBoxed = true;