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