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

◆ Dispose()

virtual void System.Diagnostics.AsyncStreamReader.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 17 of file AsyncStreamReader.cs.

18 {
19 object obj = this.syncObject;
21 if (this.stream != null)
22 {
23 if (this.asyncReadResult != null)
24 {
25 return;
26 }
27 Stream stream = this.stream;
28 }
29 if (this.stream != null)
30 {
31 }
32 if (this.eofEvent != null)
33 {
34 return;
35 }
36 long num = 0L;
38 if (num == 0L)
39 {
40 return;
41 }
42 throw new OutOfMemoryException();
43 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11

References System.Diagnostics.AsyncStreamReader.asyncReadResult, System.Threading.Monitor.Enter(), System.Diagnostics.AsyncStreamReader.eofEvent, System.Threading.Monitor.Exit(), j__TPar, System.L, System.obj, System.Diagnostics.AsyncStreamReader.stream, and System.Diagnostics.AsyncStreamReader.syncObject.