6 overrides of ReadElementContentAsBinHexAsync
System.Private.Xml (6)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
875
public override Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
359
public override Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
450
public override async Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
564
public override async Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
145
public override async Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
463
public override async Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count)
3 references to ReadElementContentAsBinHexAsync
System.Private.Xml (3)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
878
var task = _coreReader.
ReadElementContentAsBinHexAsync
(buffer, index, count);
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
384
return await base.
ReadElementContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
397
return await base.
ReadElementContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);