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