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