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