10 references to CallsOutstanding
System.ServiceModel (10)
System\ServiceModel\Diagnostics\OperationPerformanceCounters.cs (4)
70Increment((int)PerfCounters.CallsOutstanding); 75Decrement((int)PerfCounters.CallsOutstanding); 82Decrement((int)PerfCounters.CallsOutstanding); 89Decrement((int)PerfCounters.CallsOutstanding);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (6)
53localCounterSet.AddCounter((int)PerfCounters.CallsOutstanding, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsOutstanding]); 90this.counters[(int)PerfCounters.CallsOutstanding].Increment(); 95this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 102this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 109this.counters[(int)PerfCounters.CallsOutstanding].Decrement();