3 references to ReadElementContentAsBase64Async
System.Private.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
351int readCount = await _readBinaryHelper.ReadElementContentAsBase64Async(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
138int readCount = await _readBinaryHelper!.ReadElementContentAsBase64Async(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
455int readCount = await _readBinaryHelper.ReadElementContentAsBase64Async(buffer, index, count).ConfigureAwait(false);