2 writes to perfCounterId
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
85
this.
perfCounterId
= baseEndpoint.perfCounterId;
320
this.
perfCounterId
= this.perfCounterBaseId + "/" + contractName.ToUpperInvariant();
3 references to perfCounterId
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (3)
85
this.perfCounterId = baseEndpoint.
perfCounterId
;
241
get { return this.
perfCounterId
; }
297
PerformanceCounters.ReleasePerformanceCountersForEndpoint(this.
perfCounterId
, this.perfCounterBaseId);