5 references to TxFlowedPerSecond
System.ServiceModel (5)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
127Increment((int)PerfCounters.TxFlowedPerSecond);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
38TotalCounters = TxFlowedPerSecond + 1
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
69localCounterSet.AddCounter((int)PerfCounters.TxFlowedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.TxFlowedPerSecond]); 149this.counters[(int)PerfCounters.TxFlowedPerSecond].Increment();