2 references to ReadContentAsBinHexAsync
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
300
int readCount = await _readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
417
int readCount = await _readBinaryHelper.
ReadContentAsBinHexAsync
(buffer, index, count).ConfigureAwait(false);