8 references to PerformanceCountersForEndpointList
System.ServiceModel (8)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (8)
358int index = PerformanceCounters.PerformanceCountersForEndpointList.FindIndex(c => c == null); 361PerformanceCounters.PerformanceCountersForEndpointList[index] = counters; 365PerformanceCounters.PerformanceCountersForEndpointList.Add(counters); 366index = PerformanceCounters.PerformanceCountersForEndpointList.Count - 1; 410int index = PerformanceCounters.PerformanceCountersForEndpointList.IndexOf(counters); 411PerformanceCounters.PerformanceCountersForEndpointList[index] = null; 845if (PerformanceCounters.PerformanceCountersForEndpointList.Count == 0) 849return PerformanceCounters.PerformanceCountersForEndpointList[perfCounterInstanceId];