1 write to _boxValueField
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
152
_boxValueField
= _boxType.GetField("Value");
4 references to _boxValueField
System.Core (4)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (4)
158
Compiler.IL.Emit(OpCodes.Ldfld,
_boxValueField
);
163
Compiler.IL.Emit(OpCodes.Ldflda,
_boxValueField
);
172
Compiler.IL.Emit(OpCodes.Stfld,
_boxValueField
);
178
Compiler.IL.Emit(OpCodes.Stfld,
_boxValueField
);