4 references to CallsFaultedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
89Increment((int)PerfCounters.CallsFaultedPerSecond);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
57localCounterSet.AddCounter((int)PerfCounters.CallsFaultedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.CallsFaultedPerSecond]); 112this.counters[(int)PerfCounters.CallsFaultedPerSecond].Increment();