3 references to ReadContentAsBinHexAsync
System.Private.Xml (3)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
298
int readCount = await _readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
114
int readCount = await _readBinaryHelper!.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
428
int readCount = await _readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);