4 references to TxAbortedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
155IncrementBy((int)PerfCounters.TxAbortedPerSecond, count);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
62localCounterSet.AddCounter((int)PerfCounters.TxAbortedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.TxAbortedPerSecond]); 188this.counters[(int)PerfCounters.TxAbortedPerSecond].Increment();