1 write to _stateService
System.Web (1)
PerfCounters.cs (1)
73_stateService = UnsafeNativeMethods.PerfOpenStateCounters();
7 references to _stateService
System.Web (7)
PerfCounters.cs (7)
72if (_stateService == IntPtr.Zero) { 143if (_stateService == IntPtr.Zero) 145UnsafeNativeMethods.PerfIncrementCounter(_stateService, (int) counter); 166if (_stateService == IntPtr.Zero) 168UnsafeNativeMethods.PerfDecrementCounter(_stateService, (int) counter); 189if (_stateService == IntPtr.Zero) 191UnsafeNativeMethods.PerfSetCounter(_stateService, (int) counter, value);