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

◆ XmlTypeName

string System.Xml.Schema.XmlBaseConverter.XmlTypeName
getprotectedinherited

Definition at line 494 of file XmlBaseConverter.cs.

495 {
496 get
497 {
498 int num = 1;
499 XmlSchemaType xmlSchemaType = this.schemaType;
500 XmlQualifiedName qname;
501 string text;
502 if (xmlSchemaType != null)
503 {
505 qname = xmlSchemaType.baseSchemaType.qname;
506 if (num == 0)
507 {
508 }
509 text = XmlBaseConverter.QNameToString(qname);
510 return text;
511 }
512 string ns = qname.ns;
513 return text;
514 }
515 }
class f__AnonymousType0<< Count > j__TPar

Referenced by System.Xml.Schema.XmlBaseConverter.CreateInvalidClrMappingException().