1 write to _boxType
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
107
_boxType
= typeof(StrongBox<>).MakeGenericType(variable.Type);
2 references to _boxType
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (2)
108
_boxValueField =
_boxType
.GetField("Value");
140
Compiler.IL.Emit(OpCodes.Castclass,
_boxType
);