1 instantiation of CounterSetInstance
System.Core (1)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
255
CounterSetInstance thisInst = new
CounterSetInstance
(this, instanceName);
16 references to CounterSetInstance
System.Core (4)
System\Diagnostics\PerformanceData\CounterSet.cs (2)
171
public
CounterSetInstance
CreateCounterSetInstance(String instanceName) {
255
CounterSetInstance
thisInst = new CounterSetInstance(this, instanceName);
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (2)
105
internal
CounterSetInstance
m_instance;
113
internal CounterSetInstanceCounterDataSet(
CounterSetInstance
thisInst) {
System.ServiceModel (9)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (2)
24
CounterSetInstance
endpointCounterSetInstance; // Instance of the counter set
85
static
CounterSetInstance
CreateCounterSetInstance(string name)
System\ServiceModel\Diagnostics\OperationPerformanceCountersV2.cs (2)
24
CounterSetInstance
operationCounterSetInstance; // Instance of the counter set
81
static
CounterSetInstance
CreateCounterSetInstance(string name)
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (3)
129
internal
CounterSetInstance
Get(string instanceName)
140
return (
CounterSetInstance
)wr.Target;
152
internal void Add(string instanceName,
CounterSetInstance
instance)
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
24
CounterSetInstance
serviceCounterSetInstance; // Instance of the counter set
100
static
CounterSetInstance
CreateCounterSetInstance(string name)
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Diagnostics\WorkflowServiceHostPerformanceCounters.cs (3)
57
CounterSetInstance
workflowServiceHostCounterSetInstance; // Instance of the counter set
243
static
CounterSetInstance
CreateCounterSetInstance(string name)
245
CounterSetInstance
workflowServiceHostCounterSetInstance = null;