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