terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ CompletedSynchronously

bool System.IOAsyncResult.CompletedSynchronously
getsetprotected setinherited

Implements System.IAsyncResult.

Definition at line 135 of file IOAsyncResult.cs.

136 {
137 [global::Cpp2ILInjected.Token(Token = "0x60002BC")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1EA7494", Offset = "0x1EA7494", Length = "0x8")]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 get
141 {
142 throw null;
143 }
144 [global::Cpp2ILInjected.Token(Token = "0x60002BD")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1EA749C", Offset = "0x1EA749C", Length = "0xC")]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 protected set
148 {
149 throw null;
150 }
151 }