4 references to TotalByteLength
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
120IntPtr nextRef = (IntPtr)((long)dataRef + perfObject.TotalByteLength); 1333dataRef = (IntPtr)((long)dataRef + perfObject.TotalByteLength); 1445dataRef = (IntPtr)((long)dataRef + perfObject.TotalByteLength);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
869typePtr = (IntPtr)((long)typePtr + type.TotalByteLength);