4 references to TxInDoubtPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
149IncrementBy((int)PerfCounters.TxInDoubtPerSecond, count);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
64localCounterSet.AddCounter((int)PerfCounters.TxInDoubtPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.TxInDoubtPerSecond]); 182this.counters[(int)PerfCounters.TxInDoubtPerSecond].Increment();