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