2 overrides of WriteCharsAsync
System.Xml (2)
System\Xml\Base64EncoderAsync.cs (2)
82internal override Task WriteCharsAsync(char[] chars, int index, int count) { 89internal override Task WriteCharsAsync( char[] chars, int index, int count ) {
3 references to WriteCharsAsync
System.Xml (3)
System\Xml\Base64EncoderAsync.cs (3)
43await WriteCharsAsync( charsLine, 0, leftOverChars ).ConfigureAwait(false); 66await WriteCharsAsync( charsLine, 0, charCount ).ConfigureAwait(false); 75await WriteCharsAsync( charsLine, 0, leftOverChars ).ConfigureAwait(false);