6 references to ByteLength
System (6)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1414
dataRef = (IntPtr)((long)dataRef + perfInstance.
ByteLength
);
1470
dataRef = (IntPtr)((long)dataRef + perfInstance.
ByteLength
);
services\monitoring\system\diagnosticts\ProcessManager.cs (4)
830
IntPtr counterBlockPtr = (IntPtr)((long)instancePtr + instance.
ByteLength
);
833
ProcessInfo processInfo = GetProcessInfo(type, (IntPtr)((long)instancePtr + instance.
ByteLength
), counters);
863
ThreadInfo threadInfo = GetThreadInfo(type, (IntPtr)((long)instancePtr + instance.
ByteLength
), counters);
866
instancePtr = (IntPtr)((long)instancePtr + instance.
ByteLength
+ counterBlock.ByteLength);