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