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

◆ WriteCharEntity()

override void System.Xml.XmlWellFormedWriter.WriteCharEntity ( char ch)
inline

Definition at line 306 of file XmlWellFormedWriter.cs.

307 {
308 if (!true)
309 {
310 }
311 bool flag = char.IsSurrogate(ch);
313 {
315 return;
316 }
318 }
class f__AnonymousType0<< Count > j__TPar
override void WriteCharEntity(char ch)
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache

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

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