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

◆ Seek()

override long System.IO.UnmanagedMemoryStream.Seek ( long offset,
SeekOrigin loc )
inlineinherited

Definition at line 329 of file UnmanagedMemoryStream.cs.

330 {
331 do
332 {
333 this.EnsureNotClosed();
334 }
335 while (loc != SeekOrigin.Begin);
336 long num = 0L;
337 long num2;
339 }
class f__AnonymousType0<< Count > j__TPar
static int Exchange(int location1, int value)
static long Read(long location)

References System.IO.UnmanagedMemoryStream.EnsureNotClosed(), System.Threading.Interlocked.Exchange(), j__TPar, System.L, and System.Threading.Interlocked.Read().