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)
96
VariableScope scope = _variables
[
definition.Parameter];
112
VariableScope scope = _variables
[
variable];
116
_variables
[
variable].Variable.IsBoxed = true;