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