4 references to CallsNotAuthorizedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\OperationPerformanceCounters.cs (1)
108
Increment((int)PerfCounters.
CallsNotAuthorizedPerSecond
);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
63
localCounterSet.AddCounter((int)PerfCounters.
CallsNotAuthorizedPerSecond
, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.
CallsNotAuthorizedPerSecond
]);
128
this.counters[(int)PerfCounters.
CallsNotAuthorizedPerSecond
].Increment();