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

◆ CheckNCName()

void System.Xml.XmlWellFormedWriter.CheckNCName ( string ncname)
inlineprivate

Definition at line 759 of file XmlWellFormedWriter.cs.

760 {
761 int stringLength = ncname._stringLength;
762 XmlCharType xmlCharType = this.xmlCharType;
763 long num = 0L;
764 char c = ncname[(int)num];
765 int num2 = 1;
766 XmlCharType xmlCharType2 = this.xmlCharType;
767 char c2 = ncname[num2];
768 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and System.Xml.XmlWellFormedWriter.xmlCharType.

Referenced by System.Xml.XmlWellFormedWriter.WriteEntityRef(), System.Xml.XmlWellFormedWriter.WriteProcessingInstruction(), System.Xml.XmlWellFormedWriter.WriteStartAttribute(), and System.Xml.XmlWellFormedWriter.WriteStartElement().