4 instantiations of CounterSet
System.ServiceModel (3)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (1)
80
return new
CounterSet
(serviceModelProviderId, endpointCounterSetId, CounterSetInstanceType.Multiple);
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (1)
76
return new
CounterSet
(serviceModelProviderId, operationCounterSetId, CounterSetInstanceType.Multiple);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (1)
95
return new
CounterSet
(serviceModelProviderId, serviceCounterSetId, CounterSetInstanceType.Multiple);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (1)
234
return new
CounterSet
(workflowServiceHostProviderId, workflowServiceHostCounterSetId, CounterSetInstanceType.Multiple);
14 references to CounterSet
System.Core (2)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (2)
22
internal
CounterSet
m_counterSet;
31
internal CounterSetInstance(
CounterSet
counterSetDefined, String instanceName) {
System.ServiceModel (9)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (3)
23
static volatile
CounterSet
endpointCounterSet; // Defines the counter set
49
CounterSet
localCounterSet = CreateCounterSet();
78
static
CounterSet
CreateCounterSet()
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (3)
23
static volatile
CounterSet
operationCounterSet; // Defines the counter set
49
CounterSet
localCounterSet = CreateCounterSet();
74
static
CounterSet
CreateCounterSet()
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
23
static volatile
CounterSet
serviceCounterSet; // Defines the counter set
36
CounterSet
localCounterSet = CreateCounterSet();
93
static
CounterSet
CreateCounterSet()
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (3)
20
static volatile
CounterSet
workflowServiceHostCounterSet; // Defines the counter set
122
CounterSet
localCounterSet = CreateCounterSet();
230
static
CounterSet
CreateCounterSet()