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)
2 references to WriteBase64Async
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
124
return SetLastTask(CoreWriter.
WriteBase64Async
(buffer, index, count));
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
396
await Writer.
WriteBase64Async
(data.chunk, 0, data.chunk.Length);