4 references to PerformanceCountersForBaseUri
System.ServiceModel (4)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (4)
380if (!PerformanceCounters.PerformanceCountersForBaseUri.TryGetValue(endpointDispatcher.PerfCounterBaseId, out countersEntry)) 390PerformanceCounters.PerformanceCountersForBaseUri.Add(endpointDispatcher.PerfCounterBaseId, countersEntry); 416PerformanceCounters.PerformanceCountersForBaseUri.Remove(baseId); 857PerformanceCounters.PerformanceCountersForBaseUri.TryGetValue(uri, out counters);