1 write to _boxType
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
151
_boxType
= typeof(StrongBox<>).MakeGenericType(variable.Type);
2 references to _boxType
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (2)
152
_boxValueField =
_boxType
.GetField("Value");
153
_boxLocal = compiler.GetNamedLocal(
_boxType
, variable);