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

◆ CompareInfo

virtual CompareInfo System.Globalization.CultureInfo.CompareInfo
get

Definition at line 322 of file CultureInfo.cs.

323 {
324 get
325 {
326 if (this.compareInfo == null)
327 {
328 int num;
329 if (!this.constructed)
330 {
331 num = this.cultureID;
332 this.constructed = true;
333 }
334 Monitor.Enter(this, num != 0);
335 if (this.compareInfo != null)
336 {
337 }
338 long num2 = 0L;
339 Monitor.Exit(this);
340 if (num2 != 0L)
341 {
342 throw new OutOfMemoryException();
343 }
344 }
345 return this.compareInfo;
346 }
347 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11