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