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"); 140Compiler.IL.Emit(OpCodes.Castclass, _boxType);