1 write to instanceName
System.ServiceModel (1)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (1)
72
this.
instanceName
= DefaultPerformanceCounters.CreateFriendlyInstanceName(serviceHost);
2 references to instanceName
System.ServiceModel (2)
System\ServiceModel\Diagnostics\DefaultPerformanceCounters.cs (2)
42
return this.
instanceName
;
78
PerformanceCounter counter = PerformanceCounters.GetDefaultPerformanceCounter(this.perfCounterNames[i], this.
instanceName
);