1 instantiation of ServiceModelPerformanceCounters
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
353counters = new ServiceModelPerformanceCounters(serviceHost, contractDescription, endpointDispatcher);
23 references to ServiceModelPerformanceCounters
System.ServiceModel (23)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (18)
36static Dictionary<string, ServiceModelPerformanceCounters> performanceCounters = null; 38static List<ServiceModelPerformanceCounters> performanceCountersList = null; 277internal static Dictionary<string, ServiceModelPerformanceCounters> PerformanceCountersForEndpoint 287PerformanceCounters.performanceCounters = new Dictionary<string, ServiceModelPerformanceCounters>(); 295internal static List<ServiceModelPerformanceCounters> PerformanceCountersForEndpointList 305PerformanceCounters.performanceCountersList = new List<ServiceModelPerformanceCounters>(); 348ServiceModelPerformanceCounters counters; 406ServiceModelPerformanceCounters counters; 699List<ServiceModelPerformanceCounters> counters2 = counters.CounterList; 700foreach (ServiceModelPerformanceCounters sCounters in counters2) 763List<ServiceModelPerformanceCounters> counters2 = counters.CounterList; 764foreach (ServiceModelPerformanceCounters sCounters in counters2) 783List<ServiceModelPerformanceCounters> counters2 = counters.CounterList; 784foreach (ServiceModelPerformanceCounters sCounters in counters2) 843static ServiceModelPerformanceCounters GetServiceModelPerformanceCounters(int perfCounterInstanceId) 864ServiceModelPerformanceCounters counters = PerformanceCounters.GetServiceModelPerformanceCounters(perfCounterInstanceId); 874ServiceModelPerformanceCounters counters = PerformanceCounters.GetServiceModelPerformanceCounters(perfCounterInstanceId); 884ServiceModelPerformanceCounters counters = PerformanceCounters.GetServiceModelPerformanceCounters(perfCounterInstanceId);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (5)
146List<ServiceModelPerformanceCounters> performanceCounters; 151this.performanceCounters = new List<ServiceModelPerformanceCounters>(); 157this.performanceCounters = new List<ServiceModelPerformanceCounters>(); 160public void Add(ServiceModelPerformanceCounters counters) 194public List<ServiceModelPerformanceCounters> CounterList