5 references to Calls
System.ServiceModel (5)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
68Increment((int)PerfCounters.Calls);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
195get { return (int)PerfCounters.Calls; }
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
51localCounterSet.AddCounter((int)PerfCounters.Calls, CounterType.RawData32, perfCounterNames[(int)PerfCounters.Calls]); 92this.counters[(int)PerfCounters.Calls].Increment();