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