src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (3)
200BeginReadInternal(buffer, offset, count, callback, state, serializeAsynchronously: false, apm: true);
458return BeginReadInternal(buffer, offset, count, null, null, serializeAsynchronously: true, apm: false);
1228_stream.BeginReadInternal(buffer, offset, count, callback, state, serializeAsynchronously: true, apm: true);