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

◆ TryFormat() [1/2]

bool System.Guid.TryFormat ( Span< char > destination,
[Out] int charsWritten,
[Optional] ReadOnlySpan< char > format )
inline

Definition at line 458 of file Guid.cs.

459 {
460 int num = 123;
461 long num2 = 0L;
462 if (num != 0)
463 {
464 }
465 int num4;
466 int num5;
467 if (num2 != 0L)
468 {
469 int num3 = 48;
471 num4 = 120;
472 byte d = this._d;
473 byte e = this._e;
474 byte f = this._f;
475 byte g = this._g;
476 byte h = this._h;
477 byte i = this._i;
478 byte j = this._j;
479 byte k = this._k;
480 num5 = 125;
481 if (num != 0)
482 {
483 goto IL_00DF;
484 }
485 }
486 if (num4 != 0)
487 {
488 }
489 if (num4 != 0)
490 {
491 }
492 if (num4 != 0)
493 {
494 int num6 = 45;
496 }
497 byte d2 = this._d;
498 byte e2 = this._e;
499 int num7;
500 if (num4 != 0)
501 {
502 num7 = 45;
503 }
504 byte f2 = this._f;
505 byte g2 = this._g;
506 byte h2 = this._h;
507 byte i2 = this._i;
508 byte j2 = this._j;
509 byte k2 = this._k;
510 if (num == 0)
511 {
512 return;
513 }
514 IL_00DF:
516 }
class f__AnonymousType0<< Count > j__TPar
byte _j
Definition Guid.cs:555
byte _i
Definition Guid.cs:552
byte _g
Definition Guid.cs:546
byte _d
Definition Guid.cs:537
byte _f
Definition Guid.cs:543
byte _e
Definition Guid.cs:540
byte _h
Definition Guid.cs:549
byte _k
Definition Guid.cs:558

References System.Guid._d, System.Guid._e, System.Guid._f, System.Guid._g, System.Guid._h, System.Guid._i, System.Guid._j, System.Guid._k, j__TPar, and System.L.

Referenced by System.Guid.TryFormat().