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

◆ TryToTimeSpan() [2/2]

Exception System.Xml.Schema.XsdDuration.TryToTimeSpan ( XsdDuration::DurationType durationType,
[Out] TimeSpan result )
inlinepackage

Definition at line 180 of file XsdDuration.cs.

181 {
182 uint num = this.nanoseconds;
183 long num2 = 32768L;
185 int num3 = 38528;
186 uint num4 = this.nanoseconds;
187 result._ticks = (long)num3;
188 throw new OverflowException();
189 }
class f__AnonymousType0<< Count > j__TPar
static readonly long

References j__TPar, System.L, long, and System.Xml.Schema.XsdDuration.nanoseconds.