2 overrides of WriteCharsAsync
System.Private.Xml (2)
System\Xml\Base64EncoderAsync.cs (2)
89internal override Task WriteCharsAsync(char[] chars, int index, int count) 97internal override Task WriteCharsAsync(char[] chars, int index, int count)
3 references to WriteCharsAsync
System.Private.Xml (3)
System\Xml\Base64EncoderAsync.cs (3)
44await WriteCharsAsync(_charsLine, 0, leftOverChars).ConfigureAwait(false); 69await WriteCharsAsync(_charsLine, 0, charCount).ConfigureAwait(false); 81await WriteCharsAsync(_charsLine, 0, leftOverChars).ConfigureAwait(false);