9 references to GetChars
System.Runtime.Serialization (9)
System\Xml\XmlSigningNodeWriter.cs (2)
357
encoding.
GetChars
(buffer, offset, byteCount, base64Chars, 0);
368
encoding.
GetChars
(buffer, offset, count, base64Chars, 0);
System\Xml\XmlUTF8TextWriter.cs (7)
736
Advance(encoding.
GetChars
(buffer, offset, byteCount, chars, charOffset));
744
Advance(encoding.
GetChars
(buffer, offset, count, chars, charOffset));
898
writer.Advance(encoding.
GetChars
(
921
writer.Advance(encoding.
GetChars
(
962
thisPtr.writer.Advance(encoding.
GetChars
(
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));