2 overrides of WriteListSeparator
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
909
public override void
WriteListSeparator
()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
809
public override void
WriteListSeparator
()
2 references to WriteListSeparator
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
1558
_writer.
WriteListSeparator
();
1577
_writer.
WriteListSeparator
();