1 instantiation of ArrayInstance
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
300
stack.Push(new
ArrayInstance
(elementType.MakeArrayType(), elementCount, allocSite));
5 references to ArrayInstance
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
1550
if (popped.Value is
ArrayInstance
arrayInstance)
1597
if (array.Value is
ArrayInstance
arrayInstance)
1651
if (array.Value is
ArrayInstance
arrayInstance)
1890
&& parameters[0] is
ArrayInstance
array
1952
&& parameters[0] is
ArrayInstance
arrayData