1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1035this.writer = writer;
4 references to writer
System.Runtime.Serialization (4)
System\Xml\XmlUTF8TextWriter.cs (4)
1068result = writer.BeginInternalWriteBase64Text(this.trailBytes, 0, this.trailByteCount, PrepareAsyncCompletion(onTrailBytesComplete), this); 1074writer.EndInternalWriteBase64Text(result); 1084result = writer.BeginInternalWriteBase64Text(this.buffer, this.offset, this.count, PrepareAsyncCompletion(onComplete), this); 1091writer.EndInternalWriteBase64Text(result);