2 references to InternalReadChars
mscorlib (2)
system\io\binaryreader.cs (2)
321
return
InternalReadChars
(buffer, index, count);
494
int n =
InternalReadChars
(chars, 0, count);