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