7 references to IncrementBy
System.ServiceModel (7)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (7)
101
IncrementBy
((int)PerfCounters.CallDuration, time);
142
IncrementBy
((int)PerfCounters.TxCommitted, count);
143
IncrementBy
((int)PerfCounters.TxCommittedPerSecond, count);
148
IncrementBy
((int)PerfCounters.TxInDoubt, count);
149
IncrementBy
((int)PerfCounters.TxInDoubtPerSecond, count);
154
IncrementBy
((int)PerfCounters.TxAborted, count);
155
IncrementBy
((int)PerfCounters.TxAbortedPerSecond, count);