1 override of EndWriteBase64
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1378
internal override void
EndWriteBase64
(IAsyncResult result)
2 references to EndWriteBase64
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
36
return Task.Factory.FromAsync(this.BeginWriteBase64, this.
EndWriteBase64
, buffer, index, count, null);
649
thisPtr.writer.
EndWriteBase64
(result);