Base:
property
InstanceName
System.ServiceModel.Diagnostics.PerformanceCountersBase.InstanceName
3 references to InstanceName
System.ServiceModel (3)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
22PerformanceCounter counter = PerformanceCounters.GetServicePerformanceCounter(perfCounterNames[i], this.InstanceName);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (2)
82this.serviceCounterSetInstance = CreateCounterSetInstance(this.InstanceName); 256counterSetInstanceCache.Add(this.InstanceName, this.serviceCounterSetInstance);