8 references to PerfCounterId
System.ServiceModel (8)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (7)
351if (!PerformanceCounters.PerformanceCountersForEndpoint.TryGetValue(endpointDispatcher.PerfCounterId, out counters)) 356PerformanceCounters.PerformanceCountersForEndpoint.Add(endpointDispatcher.PerfCounterId, counters); 523string uri = el.PerfCounterId; 555string uri = el.PerfCounterId; 599string uri = el.PerfCounterId; 643string uri = el.PerfCounterId; 731string uri = el.PerfCounterId;
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
32this.perfCounterId = endpointDispatcher.PerfCounterId;