1 write to _global
System.Web (1)
PerfCounters.cs (1)
67_global = UnsafeNativeMethods.PerfOpenGlobalCounters();
9 references to _global
System.Web (9)
PerfCounters.cs (9)
66if (_global == IntPtr.Zero) { 121if (_global != IntPtr.Zero) 122return UnsafeNativeMethods.PerfGetCounter(_global, (int) counter); 128if (_global != IntPtr.Zero) 129UnsafeNativeMethods.PerfIncrementCounter(_global, (int) counter); 133if (_global != IntPtr.Zero) 134UnsafeNativeMethods.PerfDecrementCounter(_global, (int) counter); 138if (_global != IntPtr.Zero) 139UnsafeNativeMethods.PerfSetCounter(_global, (int) counter, value);