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

◆ IsSynchronized

bool System.Collections.ICollection. System.Collections.Concurrent.BlockingCollection< T >.IsSynchronized
getsetprivate

Implements System.Collections.ICollection.

Definition at line 63 of file BlockingCollection.cs.

64 {
65 [global::Cpp2ILInjected.Token(Token = "0x6001CE2")]
66 [global::Cpp2ILInjected.Address(RVA = "0x18E7CF0", Offset = "0x18E7CF0", Length = "0x24")]
67 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 get
71 {
72 throw null;
73 }
74 }