2 references to InternalEmulateRead
mscorlib (2)
system\io\binaryreader.cs (1)
363
numBytes = mStream.
InternalEmulateRead
(numBytes);
system\io\memorystream.cs (1)
462
Int32 n =
InternalEmulateRead
(_length - _position);