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