1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1413this.writer = writer;
13 references to writer
System.Runtime.Serialization (13)
System\Xml\XmlBaseWriter.cs (13)
1472if (!writer.isXmlnsAttribute) 1476this.writer.StartContent(); 1477result = this.writer.writer.BeginWriteBase64Text(this.writer.trailBytes, 1478this.writer.trailByteCount, 1481this.actualByteCount - this.writer.trailByteCount, 1490this.writer.writer.EndWriteBase64Text(result); 1491this.writer.EndContent(); 1494this.writer.trailByteCount = (totalByteCount - actualByteCount); 1495if (this.writer.trailByteCount > 0) 1497int trailOffset = offset + count - this.writer.trailByteCount; 1498for (int i = 0; i < this.writer.trailByteCount; i++) 1499this.writer.trailBytes[i] = this.buffer[trailOffset++];