2 writes to buffer
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
2496
this.
buffer
= inputState.Arguments.Buffer;
2640
this.
buffer
= null;
5 references to buffer
System.Runtime.Serialization (5)
System\Xml\XmlBaseWriter.cs (5)
2513
this.writer.trailBytes[this.writer.trailByteCount++] = this.
buffer
[this.offset++];
2531
this.writer.WriteAttributeText(XmlConverter.Base64Encoding.GetString(this.
buffer
, this.offset, actualByteCount - this.writer.trailByteCount));
2539
Buffer.BlockCopy(this.
buffer
, this.offset, this.writer.trailBytes, this.writer.trailByteCount, this.count);
2610
this.nodeWriterArgs.Buffer = this.
buffer
;
2631
this.writer.trailBytes[i] = this.
buffer
[trailOffset++];