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