1 write to instanceName
System.ServiceModel (1)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
77this.instanceName = CreateFriendlyInstanceName(service, contract, uri);
2 references to instanceName
System.ServiceModel (2)
System\ServiceModel\Diagnostics\EndpointPerformanceCounters.cs (1)
21PerformanceCounter counter = PerformanceCounters.GetEndpointPerformanceCounter(perfCounterNames[i], this.instanceName);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
181return this.instanceName;