6 writes to InstanceName
System (4)
net\System\Net\_NetworkingPerfCounters.cs (1)
280
instanceCounter.
InstanceName
= instanceName;
services\monitoring\system\diagnosticts\PerformanceCounter.cs (3)
86
this.
InstanceName
= instanceName;
96
this.
InstanceName
= instanceName;
119
this.
InstanceName
= instanceName;
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
106
instance.
InstanceName
= instanceName;
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
166
counter.
InstanceName
= instanceName;
3 references to InstanceName
SMSvcHost (3)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (3)
188
ListenerPerfCounters.TracePerformanceCounterUpdateFailure(counter.
InstanceName
, counter.CounterName);
210
ListenerPerfCounters.TracePerformanceCounterUpdateFailure(counter.
InstanceName
, counter.CounterName);
250
string instanceName = counter.
InstanceName
;