3 references to ReadContentAsBase64Async
System.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
212int readCount = await readBinaryHelper.ReadContentAsBase64Async(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
81int readCount = await readBinaryHelper.ReadContentAsBase64Async( buffer, index, count ).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
320int readCount = await readBinaryHelper.ReadContentAsBase64Async(buffer, index, count).ConfigureAwait(false);