1 override of WriteEndStartElementAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
216
public override async Task
WriteEndStartElementAsync
(bool isEmpty)
2 references to WriteEndStartElementAsync
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (2)
650
await _writer.
WriteEndStartElementAsync
(true).ConfigureAwait(false);
800
return _writer.
WriteEndStartElementAsync
(false);