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