3 references to ReadElementContentAsBinHexAsync
System.Private.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
405
int readCount = await _readBinaryHelper.
ReadElementContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
162
int readCount = await _readBinaryHelper!.
ReadElementContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
482
int readCount = await _readBinaryHelper.
ReadElementContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);