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

◆ WriteEntityRef()

override void System.Xml.XmlWellFormedWriter.WriteEntityRef ( string name)
inline

Definition at line 289 of file XmlWellFormedWriter.cs.

290 {
291 if (name == null || name._stringLength == 0)
292 {
293 string @string = Res.GetString("The empty string '' is not a valid name.");
294 return;
295 }
296 this.CheckNCName(name);
298 {
300 return;
301 }
303 }
class f__AnonymousType0<< Count > j__TPar
override void WriteEntityRef(string name)
XmlWellFormedWriter.SpecialAttribute specAttr
XmlWellFormedWriter.AttributeValueCache attrValueCache

References System.Xml.XmlWellFormedWriter.attrValueCache, System.Xml.XmlWellFormedWriter.CheckNCName(), System.Xml.Res.GetString(), j__TPar, System.name, System.Xml.XmlWellFormedWriter.specAttr, System.Xml.XmlWellFormedWriter.WriteEntityRef(), and System.Xml.XmlWellFormedWriter.writer.

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