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);