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