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