2 overrides of WriteEndStartElement
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
206public override void WriteEndStartElement(bool isEmpty)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
254public override void WriteEndStartElement(bool isEmpty)
2 references to WriteEndStartElement
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
596_writer.WriteEndStartElement(true); 747_writer.WriteEndStartElement(false);