2 overrides of WriteEscapedText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
743public override void WriteEscapedText(XmlDictionaryString value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
436public override void WriteEscapedText(XmlDictionaryString s)
1 reference to WriteEscapedText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
988_writer.WriteEscapedText(value);