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

◆ IsAddingCompleted

bool System.Collections.Concurrent.BlockingCollection< T >.IsAddingCompleted
getset

Definition at line 17 of file BlockingCollection.cs.

18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6001CDF")]
20 [global::Cpp2ILInjected.Address(RVA = "0x18E7C24", Offset = "0x18E7C24", Length = "0x38")]
21 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
25 get
26 {
27 throw null;
28 }
29 }