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