public override void WriteSurrogateCharEntity(char lowChar, char highChar) { EnsureWrappedWriter(XmlOutputMethod.Xml); _wrapped.WriteSurrogateCharEntity(lowChar, highChar); }
public override void WriteSurrogateCharEntity(char lowChar, char highChar) { EndCDataSection(); _wrapped.WriteSurrogateCharEntity(lowChar, highChar); }