2 references to BeginReadInternal
mscorlib (2)
system\io\stream.cs (2)
301return BeginReadInternal(buffer, offset, count, callback, state, serializeAsynchronously: false); 1244_stream.BeginReadInternal(buffer, offset, count, callback, state, serializeAsynchronously: true);