4 references to TxInDoubt
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
148IncrementBy((int)PerfCounters.TxInDoubt, count);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
63localCounterSet.AddCounter((int)PerfCounters.TxInDoubt, CounterType.RawData32, perfCounterNames[(int)PerfCounters.TxInDoubt]); 181this.counters[(int)PerfCounters.TxInDoubt].Increment();