10 references to CallsOutstanding
System.ServiceModel (10)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (4)
70Increment((int)PerfCounters.CallsOutstanding); 75Decrement((int)PerfCounters.CallsOutstanding); 83Decrement((int)PerfCounters.CallsOutstanding); 90Decrement((int)PerfCounters.CallsOutstanding);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (6)
53localCounterSet.AddCounter((int)PerfCounters.CallsOutstanding, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsOutstanding]); 94this.counters[(int)PerfCounters.CallsOutstanding].Increment(); 99this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 106this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 113this.counters[(int)PerfCounters.CallsOutstanding].Decrement();