1 override of BeginWriteBase64
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1368
internal 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)
36
return Task.Factory.FromAsync(this.
BeginWriteBase64
, this.EndWriteBase64, buffer, index, count, null);
642
result = thisPtr.writer.
BeginWriteBase64
(thisPtr.block, 0, thisPtr.bytesRead, onContinueWork, thisPtr);