4 references to CallsNotAuthorizedPerSecond
System.ServiceModel (4)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
109Increment((int)PerfCounters.CallsNotAuthorizedPerSecond);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
63localCounterSet.AddCounter((int)PerfCounters.CallsNotAuthorizedPerSecond, CounterType.RateOfCountPerSecond32, perfCounterNames[(int)PerfCounters.CallsNotAuthorizedPerSecond]); 131this.counters[(int)PerfCounters.CallsNotAuthorizedPerSecond].Increment();