3 references to ReadContentAsBase64Async
System.Private.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
255
int readCount = await _readBinaryHelper.
ReadContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
90
int readCount = await _readBinaryHelper!.
ReadContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
401
int readCount = await _readBinaryHelper.
ReadContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);