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