3 references to _ByteLength
mscorlib (3)
system\buffer.cs (3)
173
if (index < 0 || index >=
_ByteLength
(array))
202
if (index < 0 || index >=
_ByteLength
(array))
232
return
_ByteLength
(array);