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

◆ Close()

override void System.Net.ClosableStream.Close ( )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 18 of file ClosableStream.cs.

19 {
20 int num = Interlocked.Increment(int.MinValue);
22 if (onClose != null)
23 {
24 IntPtr invoke_impl = onClose.invoke_impl;
25 IntPtr method_code = onClose.method_code;
26 IntPtr method = onClose.method;
27 return;
28 }
29 }
class f__AnonymousType0<< Count > j__TPar
readonly EventHandler _onClose
static int Increment(int location)

References System.Net.ClosableStream._onClose, System.Threading.Interlocked.Increment(), and j__TPar.