2 writes to perfCounterBaseId
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
86
this.
perfCounterBaseId
= baseEndpoint.perfCounterBaseId;
319
this.
perfCounterBaseId
= keyUri.AbsoluteUri.ToUpperInvariant();
4 references to perfCounterBaseId
System.ServiceModel (4)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (4)
86
this.perfCounterBaseId = baseEndpoint.
perfCounterBaseId
;
246
get { return this.
perfCounterBaseId
; }
297
PerformanceCounters.ReleasePerformanceCountersForEndpoint(this.perfCounterId, this.
perfCounterBaseId
);
320
this.perfCounterId = this.
perfCounterBaseId
+ "/" + contractName.ToUpperInvariant();