4 references to CallsNotAuthorizedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
114
Increment((int)PerfCounters.
CallsNotAuthorizedPerSecond
);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
50
localCounterSet.AddCounter((int)PerfCounters.
CallsNotAuthorizedPerSecond
, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.
CallsNotAuthorizedPerSecond
]);
147
this.counters[(int)PerfCounters.
CallsNotAuthorizedPerSecond
].Increment();