1 write to buffer
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1038this.buffer = buffer;
1 reference to buffer
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1084result = writer.BeginInternalWriteBase64Text(this.buffer, this.offset, this.count, PrepareAsyncCompletion(onComplete), this);