4 references to TxAborted
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
154IncrementBy((int)PerfCounters.TxAborted, count);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
61localCounterSet.AddCounter((int)PerfCounters.TxAborted, CounterType.RawData32, perfCounterNames[(int)PerfCounters.TxAborted]); 187this.counters[(int)PerfCounters.TxAborted].Increment();