1 write to buffer
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1115
this.
buffer
= buffer;
2 references to buffer
System.Runtime.Serialization (2)
System\Xml\XmlUTF8TextWriter.cs (2)
1175
writer.Advance(encoding.GetChars(this.
buffer
, this.offset, byteCount, chars, charOffset));
1195
writer.Advance(encoding.GetChars(this.
buffer
, this.offset, this.count, chars, charOffset));