4 references to CallsFaulted
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
93
Increment((int)PerfCounters.
CallsFaulted
);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
43
localCounterSet.AddCounter((int)PerfCounters.
CallsFaulted
, CounterType.RawData32, perfCounterNames[(int)PerfCounters.
CallsFaulted
]);
126
this.counters[(int)PerfCounters.
CallsFaulted
].Increment();