2 overrides of WriteCharEntity
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
758public override void WriteCharEntity(int ch)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
621public override void WriteCharEntity(int ch)
2 references to WriteCharEntity
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
1099_writer.WriteCharEntity(ch); 1121_writer.WriteCharEntity(ch.Char);