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