10 references to CallsOutstanding
System.ServiceModel (10)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (4)
76Increment((int)PerfCounters.CallsOutstanding); 81Decrement((int)PerfCounters.CallsOutstanding); 88Decrement((int)PerfCounters.CallsOutstanding); 95Decrement((int)PerfCounters.CallsOutstanding);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (6)
40localCounterSet.AddCounter((int)PerfCounters.CallsOutstanding, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsOutstanding]); 109this.counters[(int)PerfCounters.CallsOutstanding].Increment(); 114this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 121this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 128this.counters[(int)PerfCounters.CallsOutstanding].Decrement();