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