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

◆ WriteByteHelper()

void System.Guid.WriteByteHelper ( Span< byte > destination)
inlineprivate

Definition at line 233 of file Guid.cs.

234 {
235 short b = this._b;
236 short c = this._c;
237 byte d = this._d;
238 destination._length = (int)d;
239 byte e = this._e;
240 byte f = this._f;
241 byte g = this._g;
242 byte h = this._h;
243 byte i = this._i;
244 byte j = this._j;
245 byte k = this._k;
246 }
class f__AnonymousType0<< Count > j__TPar
byte _j
Definition Guid.cs:555
byte _i
Definition Guid.cs:552
byte _g
Definition Guid.cs:546
short _c
Definition Guid.cs:534
byte _d
Definition Guid.cs:537
byte _f
Definition Guid.cs:543
byte _e
Definition Guid.cs:540
byte _h
Definition Guid.cs:549
short _b
Definition Guid.cs:531
byte _k
Definition Guid.cs:558

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