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