terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteSurrogateCharEntity()

override void System.Xml.XmlWellFormedWriter.WriteSurrogateCharEntity ( char lowChar,
char highChar )
inline

Definition at line 321 of file XmlWellFormedWriter.cs.

322 {
323 if (!true)
324 {
325 }
326 bool flag = char.IsSurrogatePair(highChar, lowChar);
328 {
330 return;
331 }
333 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache
override void WriteSurrogateCharEntity(char lowChar, char highChar)

References System.Xml.XmlWellFormedWriter.attrValueCache, j__TPar, System.Xml.XmlWellFormedWriter.specAttr, System.Xml.XmlWellFormedWriter.writer, and System.Xml.XmlWellFormedWriter.WriteSurrogateCharEntity().

Referenced by System.Xml.XmlWellFormedWriter.WriteSurrogateCharEntity().