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