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); 176byte[] array = AllocateByteArray(bitLength); 214byte[] array = AllocateByteArray(bitLength); 337byte[] array = AllocateByteArray(bitLength); 361_array = AllocateByteArray(_bitLength);