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

◆ ThrowInvalidName()

static void System.Xml.ValidateNames.ThrowInvalidName ( string s,
int offsetStartChar,
int offsetBadChar )
inlinestaticpackage

Definition at line 153 of file ValidateNames.cs.

154 {
155 if (s._stringLength == 0)
156 {
157 }
158 char c = s[offsetBadChar];
159 XmlCharType instance = XmlCharType.Instance;
160 char c2 = s[offsetBadChar];
161 string[] array = XmlException.BuildCharExceptionArgs(s, offsetBadChar);
162 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.XmlException.BuildCharExceptionArgs(), System.Xml.XmlCharType.Instance, j__TPar, and System.s.