3 references to ReadContentAsBinHexAsync
System.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
248
int readCount = await readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
102
int readCount = await readBinaryHelper.
ReadContentAsBinHexAsync
( buffer, index, count ).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
343
int readCount = await readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);