1 override of BeginWriteBase64
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1368internal override IAsyncResult BeginWriteBase64(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
2 references to BeginWriteBase64
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
36return Task.Factory.FromAsync(this.BeginWriteBase64, this.EndWriteBase64, buffer, index, count, null); 642result = thisPtr.writer.BeginWriteBase64(thisPtr.block, 0, thisPtr.bytesRead, onContinueWork, thisPtr);