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