2 writes to block
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
545
this.
block
= new byte[blockSize]; //
560
this.
block
= new byte[this.blockSize];
3 references to block
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryWriter.cs (3)
626
result = this.stream.BeginRead(this.
block
, 0, blockSize, onContinueWork, this);
642
result = thisPtr.writer.BeginWriteBase64(thisPtr.
block
, 0, thisPtr.bytesRead, onContinueWork, thisPtr);
660
task = thisPtr.writer.WriteBase64Async(thisPtr.
block
, 0, thisPtr.bytesRead);