4 references to CallsNotAuthorized
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
113Increment((int)PerfCounters.CallsNotAuthorized);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
49localCounterSet.AddCounter((int)PerfCounters.CallsNotAuthorized, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsNotAuthorized]); 146this.counters[(int)PerfCounters.CallsNotAuthorized].Increment();