6 overrides of ReadElementContentAsBase64Async
System.Private.Xml (6)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
859
public override Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
305
public override Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
312
public override async Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
508
public override Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
121
public override async Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
436
public override async Task<int>
ReadElementContentAsBase64Async
(byte[] buffer, int index, int count)
3 references to ReadElementContentAsBase64Async
System.Private.Xml (3)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
862
var task = _coreReader.
ReadElementContentAsBase64Async
(buffer, index, count);
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
330
return await base.
ReadElementContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);
343
return await base.
ReadElementContentAsBase64Async
(buffer, index, count).ConfigureAwait(false);