3 references to BeginWriteInternal
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (3)
476BeginWriteInternal(buffer, offset, count, callback, state, serializeAsynchronously: false, apm: true); 763return BeginWriteInternal(buffer, offset, count, null, null, serializeAsynchronously: true, apm: false); 1299_stream.BeginWriteInternal(buffer, offset, count, callback, state, serializeAsynchronously: true, apm: true);