2 overrides of WriteCharEntity
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
758
public override void
WriteCharEntity
(int ch)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
621
public 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);