2 references to InternalWriteBase64TextAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (2)
748
await
InternalWriteBase64TextAsync
(trailBytes, 0, trailByteCount).ConfigureAwait(false);
751
await
InternalWriteBase64TextAsync
(buffer, offset, count).ConfigureAwait(false);