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

◆ ParseZoneAndWhitespace()

bool System.Xml.Schema.XsdDateTime.Parser.ParseZoneAndWhitespace ( int start)
inlineprivate

Definition at line 550 of file XsdDateTime.cs.

551 {
552 int num = this.length;
553 string text = this.text;
554 long num2 = 0L;
555 char c = text[start];
556 int num3 = 1;
557 this.kind = (XsdDateTime.XsdDateTimeKind)num3;
558 int num4 = this.length;
559 if (num4 == 0)
560 {
561 }
562 bool flag = this.Parse2Dig(start, (int)num2);
563 if (num4 == 0)
564 {
565 }
566 int num5 = this.length;
567 string text2 = this.text;
568 long num6 = 0L;
569 char c2 = text2[start];
570 if (num4 == 0)
571 {
572 }
573 return this.Parse2Dig(start, (int)num6);
574 }
class f__AnonymousType0<< Count > j__TPar
bool Parse2Dig(int start, int num)

References j__TPar, System.L, System.Xml.Schema.XsdDateTime.Parser.length, System.Xml.Schema.XsdDateTime.Parser.Parse2Dig(), System.start, and System.Xml.Schema.XsdDateTime.Parser.text.

Referenced by System.Xml.Schema.XsdDateTime.Parser.ParseTimeAndZoneAndWhitespace().