13 references to Decrement
System.ServiceModel (11)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
99this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 106this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 113this.counters[(int)PerfCounters.CallsOutstanding].Decrement();
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
95this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 102this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 109this.counters[(int)PerfCounters.CallsOutstanding].Decrement();
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (5)
114this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 121this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 128this.counters[(int)PerfCounters.CallsOutstanding].Decrement(); 158this.counters[(int)PerfCounters.Instances].Decrement(); 227this.counters[counterIndex].Decrement();
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (2)
329this.counters[(int)PerfCounters.WorkflowsExecuting].Decrement(); 365this.counters[(int)PerfCounters.WorkflowsInMemory].Decrement();