4 overrides of WriteEndStartElement
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (1)
210public override void WriteEndStartElement(bool isEmpty)
System\Xml\XmlNodeWriter.cs (1)
114public override void WriteEndStartElement(bool isEmpty) { }
System\Xml\XmlSigningNodeWriter.cs (1)
101public override void WriteEndStartElement(bool isEmpty)
System\Xml\XmlUTF8TextWriter.cs (1)
262public override void WriteEndStartElement(bool isEmpty)
3 references to WriteEndStartElement
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (2)
510writer.WriteEndStartElement(true); 640writer.WriteEndStartElement(false);
System\Xml\XmlSigningNodeWriter.cs (1)
103writer.WriteEndStartElement(isEmpty);