4 references to CallsNotAuthorized
System.ServiceModel (4)
System\ServiceModel\Diagnostics\OperationPerformanceCounters.cs (1)
107Increment((int)PerfCounters.CallsNotAuthorized);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
62localCounterSet.AddCounter((int)PerfCounters.CallsNotAuthorized, CounterType.RawData32, perfCounterNames[(int)PerfCounters.CallsNotAuthorized]); 127this.counters[(int)PerfCounters.CallsNotAuthorized].Increment();