3 references to ReadElementContentAsBase64Async
System.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
298
int readCount = await readBinaryHelper.
ReadElementContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
123
int readCount = await readBinaryHelper.
ReadElementContentAsBase64Async
( buffer, index, count ).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
366
int readCount = await readBinaryHelper.
ReadElementContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);