2 overrides of WriteEscapedText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
748
public override void
WriteEscapedText
(char[] chars, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
455
unsafe 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);