1 instantiation of ElementBoxStorage
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
261
return new
ElementBoxStorage
(
2 references to ElementBoxStorage
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
355
var
storage = ResolveVariable(refCount.Key) as
ElementBoxStorage
;