4 references to CallsFaultedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
94Increment((int)PerfCounters.CallsFaultedPerSecond);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
44localCounterSet.AddCounter((int)PerfCounters.CallsFaultedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.CallsFaultedPerSecond]); 127this.counters[(int)PerfCounters.CallsFaultedPerSecond].Increment();