2 overrides of WriteListSeparator
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
909public override void WriteListSeparator()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
809public 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();