7 overrides of ReadElementContentAsBinHexAsync
System.Xml (7)
System\Xml\BinaryXml\XmlBinaryReaderAsync.cs (1)
58
public override Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count) {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
744
public override Task<int>
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
305
public override async Task< int >
ReadElementContentAsBinHexAsync
( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
388
public override async Task< int >
ReadElementContentAsBinHexAsync
( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
534
public override async Task< int >
ReadElementContentAsBinHexAsync
( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
130
public override async Task< int >
ReadElementContentAsBinHexAsync
( byte[] buffer, int index, int count ) {
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
374
public override async Task< int >
ReadElementContentAsBinHexAsync
(byte[] buffer, int index, int count) {
3 references to ReadElementContentAsBinHexAsync
System.Xml (3)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
746
var task = coreReader.
ReadElementContentAsBinHexAsync
(buffer, index, count);
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
329
return await base.
ReadElementContentAsBinHexAsync
( buffer, index, count ).ConfigureAwait(false);
339
return await base.
ReadElementContentAsBinHexAsync
( buffer, index, count ).ConfigureAwait(false);