2 references to ToConstantInt32ArrayHandle
System.Private.CoreLib (2)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
362
return handle.
ToConstantInt32ArrayHandle
(reader).GetConstantInt32Array(reader).Value.ToArray();
442
return enumArray.Value.
ToConstantInt32ArrayHandle
(reader).GetConstantInt32Array(reader).Value.ToArray(elementType);