Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetSchemaType()

static int System.Xml.Schema.XmlSchemaInference.GetSchemaType ( XmlQualifiedName qname)
inlinestaticprivate

Definition at line 2432 of file XmlSchemaInference.cs.

2433 {
2434 if (qname == SimpleTypes[0])
2435 {
2436 return 262145;
2437 }
2438 if (qname == SimpleTypes[1])
2439 {
2440 return 269994;
2441 }
2442 if (qname == SimpleTypes[2])
2443 {
2444 return 270334;
2445 }
2446 if (qname == SimpleTypes[3])
2447 {
2448 return 269992;
2449 }
2450 if (qname == SimpleTypes[4])
2451 {
2452 return 270328;
2453 }
2454 if (qname == SimpleTypes[5])
2455 {
2456 return 269984;
2457 }
2458 if (qname == SimpleTypes[6])
2459 {
2460 return 270304;
2461 }
2462 if (qname == SimpleTypes[7])
2463 {
2464 return 269952;
2465 }
2466 if (qname == SimpleTypes[8])
2467 {
2468 return 270208;
2469 }
2470 if (qname == SimpleTypes[9])
2471 {
2472 return 269824;
2473 }
2474 if (qname == SimpleTypes[10])
2475 {
2476 return 269312;
2477 }
2478 if (qname == SimpleTypes[11])
2479 {
2480 return 268288;
2481 }
2482 if (qname == SimpleTypes[12])
2483 {
2484 return 266240;
2485 }
2486 if (qname == SimpleTypes[13])
2487 {
2488 return 270336;
2489 }
2490 if (qname == SimpleTypes[14])
2491 {
2492 return 278528;
2493 }
2494 if (qname == SimpleTypes[15])
2495 {
2496 return 294912;
2497 }
2498 if (qname == SimpleTypes[16])
2499 {
2500 return 65536;
2501 }
2502 if (qname == SimpleTypes[17])
2503 {
2504 return 131072;
2505 }
2506 if (qname == SimpleTypes[18])
2507 {
2508 return 262144;
2509 }
2510 if (qname == null || qname.IsEmpty)
2511 {
2512 return -1;
2513 }
2514 throw new XmlSchemaInferenceException(System.SR.SchInf_schematype, 0, 0);
2515 }
static string SchInf_schematype
Definition SR.cs:1228
Definition SR.cs:7
static XmlQualifiedName[] SimpleTypes

References System.Xml.XmlQualifiedName.IsEmpty, and System.SR.SchInf_schematype.

Referenced by System.Xml.Schema.XmlSchemaInference.AddAttribute().