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