6 writes to CounterName
System (4)
net\System\Net\_NetworkingPerfCounters.cs (1)
279
instanceCounter.
CounterName
= counterName;
services\monitoring\system\diagnosticts\PerformanceCounter.cs (3)
85
this.
CounterName
= counterName;
95
this.
CounterName
= counterName;
118
this.
CounterName
= counterName;
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
105
instance.
CounterName
= counterName;
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
165
counter.
CounterName
= perfCounterName;
3 references to CounterName
SMSvcHost (3)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (3)
188
ListenerPerfCounters.TracePerformanceCounterUpdateFailure(counter.InstanceName, counter.
CounterName
);
210
ListenerPerfCounters.TracePerformanceCounterUpdateFailure(counter.InstanceName, counter.
CounterName
);
248
string counterName = counter.
CounterName
;