1 override of WriteBase64TextAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
744public override async Task WriteBase64TextAsync(byte[] trailBytes, int trailByteCount, byte[] buffer, int offset, int count)
1 reference to WriteBase64TextAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1542await _writer.WriteBase64TextAsync(_trailBytes, _trailByteCount, _trailBytes, 0, 0).ConfigureAwait(false);