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

◆ ProcessorCount

int System.Threading.PlatformHelper.ProcessorCount
staticgetpackage

Definition at line 10 of file PlatformHelper.cs.

11 {
12 get
13 {
15 int num = 30000;
16 int processorCount = Environment.ProcessorCount;
17 if (num == 0)
18 {
19 }
20 return processorCount;
21 }
22 }
class f__AnonymousType0<< Count > j__TPar
static int ProcessorCount
static int TickCount

Referenced by System.Threading.CancellationTokenSource.CancellationTokenSource(), and System.Threading.PlatformHelper.PlatformHelper().