2 overrides of WriteEscapedText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
748public override void WriteEscapedText(char[] chars, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
455unsafe public override void WriteEscapedText(char[] s, int offset, int count)
1 reference to WriteEscapedText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1021_writer.WriteEscapedText(chars, offset, count);