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