4 references to ByteLength
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
136dataRef = (IntPtr)((long)dataRef + perfCounter.ByteLength); 1358dataRef = (IntPtr)((long)dataRef + perfCounter.ByteLength); 1462dataRef = (IntPtr)((long)dataRef + perfCounter.ByteLength);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
821counterPtr = (IntPtr)((long)counterPtr + counter.ByteLength);