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