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