Base:
2 overrides of WriteBase64Async
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1512
public override Task
WriteBase64Async
(byte[] buffer, int offset, int count)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
121
public override Task
WriteBase64Async
(byte[] buffer, int index, int count)
1 reference to WriteBase64Async
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
124
return SetLastTask(CoreWriter.
WriteBase64Async
(buffer, index, count));