4 references to PerfCounterInfoStruct
System.Core (4)
System\Diagnostics\PerformanceData\CounterSet.cs (4)
198+ (uint) m_idToCounter.Count * (uint) sizeof(UnsafeNativeMethods.PerfCounterInfoStruct); 207UnsafeNativeMethods.PerfCounterInfoStruct * CounterInfo; 220+ (uint)CurrentCounter * (uint)sizeof(UnsafeNativeMethods.PerfCounterInfoStruct); 222CounterInfo = (UnsafeNativeMethods.PerfCounterInfoStruct *) (CounterSetBuffer + CounterSetInfoUsed);