1 write to _boxValueField
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
108
_boxValueField
= _boxType.GetField("Value");
4 references to _boxValueField
System.Core (4)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (4)
113
Compiler.IL.Emit(OpCodes.Ldfld,
_boxValueField
);
122
Compiler.IL.Emit(OpCodes.Stfld,
_boxValueField
);
128
Compiler.IL.Emit(OpCodes.Stfld,
_boxValueField
);
133
Compiler.IL.Emit(OpCodes.Ldflda,
_boxValueField
);