4 references to 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);