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