9 references to GetChars
System.Runtime.Serialization (9)
System\Xml\XmlSigningNodeWriter.cs (2)
357encoding.GetChars(buffer, offset, byteCount, base64Chars, 0); 368encoding.GetChars(buffer, offset, count, base64Chars, 0);
System\Xml\XmlUTF8TextWriter.cs (7)
736Advance(encoding.GetChars(buffer, offset, byteCount, chars, charOffset)); 744Advance(encoding.GetChars(buffer, offset, count, chars, charOffset)); 898writer.Advance(encoding.GetChars( 921writer.Advance(encoding.GetChars( 962thisPtr.writer.Advance(encoding.GetChars( 1175writer.Advance(encoding.GetChars(this.buffer, this.offset, byteCount, chars, charOffset)); 1195writer.Advance(encoding.GetChars(this.buffer, this.offset, this.count, chars, charOffset));