2 overrides of WriteChars
System.Xml (2)
System\Xml\Base64Encoder.cs (2)
105
internal override void
WriteChars
( char[] chars, int index, int count ) {
119
internal override void
WriteChars
( char[] chars, int index, int count ) {
3 references to WriteChars
System.Xml (3)
System\Xml\Base64Encoder.cs (3)
59
WriteChars
( charsLine, 0, leftOverChars );
82
WriteChars
( charsLine, 0, charCount );
91
WriteChars
( charsLine, 0, leftOverChars );