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