4 references to CallsFaultedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\OperationPerformanceCounters.cs (1)
88Increment((int)PerfCounters.CallsFaultedPerSecond);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
57localCounterSet.AddCounter((int)PerfCounters.CallsFaultedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.CallsFaultedPerSecond]); 108this.counters[(int)PerfCounters.CallsFaultedPerSecond].Increment();