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