1 override of WriteCore
System.Core (1)
System\IO\LogStream.cs (1)
216protected override unsafe void WriteCore(byte[] buffer, int offset, int count, bool blockForWrite, out long streamPos) {
1 reference to WriteCore
System.Core (1)
System\IO\BufferedStream2.cs (1)
630WriteCore(buffer, offset, count, blockForWrite, out streamPos);