4 references to CallsNotAuthorized
System.ServiceModel (4)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
108Increment((int)PerfCounters.CallsNotAuthorized);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
62localCounterSet.AddCounter((int)PerfCounters.CallsNotAuthorized, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsNotAuthorized]); 130this.counters[(int)PerfCounters.CallsNotAuthorized].Increment();