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