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.CollectionBase.IsSynchronized
getsetprivateinherited

Implements System.Collections.ICollection.

Definition at line 183 of file CollectionBase.cs.

184 {
185 [global::Cpp2ILInjected.Token(Token = "0x6002E03")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1C08E14", Offset = "0x1C08E14", Length = "0x14")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
189 get
190 {
191 throw null;
192 }
193 }