6 references to AllocateByteArray
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (6)
68
_array =
AllocateByteArray
(length);
92
_array =
AllocateByteArray
(_bitLength);
176
byte[] array =
AllocateByteArray
(bitLength);
214
byte[] array =
AllocateByteArray
(bitLength);
337
byte[] array =
AllocateByteArray
(bitLength);
361
_array =
AllocateByteArray
(_bitLength);