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

◆ PrintBufferSizes()

static void Terraria.Net.LegacyNetBufferPool.PrintBufferSizes ( )
inlinestatic

Definition at line 85 of file LegacyNetBufferPool.cs.

86 {
87 int num = 1;
88 if (num == 0)
89 {
90 }
91 if (num == 0)
92 {
93 }
94 string text;
95 string text2;
96 Console.WriteLine("Small Buffers: " + text + " queued of " + text2);
97 string text3;
98 string text4;
99 Console.WriteLine("Medium Buffers: " + text3 + " queued of " + text4);
100 string text5;
101 string text6;
102 Console.WriteLine("Large Buffers: " + text5 + " queued of " + text6);
103 string text7;
104 Console.WriteLine("Custom Buffers: 0 queued of " + text7);
105 Console.WriteLine("");
106 long num2 = 0L;
107 if ("" != null)
108 {
109 }
110 if (num2 == 0L)
111 {
112 return;
113 }
114 throw new OutOfMemoryException();
115 }
class f__AnonymousType0<< Count > j__TPar
static void WriteLine(object value)
Definition Console.cs:134

References j__TPar, System.L, System.text, and System.Console.WriteLine().