4 references to PerformanceCountersForEndpoint
System.ServiceModel (4)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (4)
351if (!PerformanceCounters.PerformanceCountersForEndpoint.TryGetValue(endpointDispatcher.PerfCounterId, out counters)) 356PerformanceCounters.PerformanceCountersForEndpoint.Add(endpointDispatcher.PerfCounterId, counters); 407if (PerformanceCounters.PerformanceCountersForEndpoint.TryGetValue(id, out counters)) 409PerformanceCounters.PerformanceCountersForEndpoint.Remove(id);