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