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

◆ DumpBuffer() [3/4]

static void System.Net.NetEventSource.DumpBuffer ( object thisOrContextObject,
IntPtr bufferPtr,
int count,
[Optional] string memberName )
inlinestatic

Definition at line 300 of file NetEventSource.cs.

301 {
302 if (!true)
303 {
304 }
305 bool isEnabled = NetEventSource.IsEnabled;
306 int num = 1024;
307 int num2 = Math.Min(count, num);
308 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References System.count, System.Net.NetEventSource.IsEnabled, j__TPar, and System.Math.Min().