4 references to PerfCounterBaseId
System.ServiceModel (4)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (2)
380
if (!PerformanceCounters.PerformanceCountersForBaseUri.TryGetValue(endpointDispatcher.
PerfCounterBaseId
, out countersEntry))
390
PerformanceCounters.PerformanceCountersForBaseUri.Add(endpointDispatcher.
PerfCounterBaseId
, countersEntry);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
52
PerformanceCountersFactory.CreateOperationCounters(serviceHost.Description.Name, contractDescription.Name, opDescription.Name, endpointDispatcher.
PerfCounterBaseId
);
67
EndpointPerformanceCountersBase endpointCounters = PerformanceCountersFactory.CreateEndpointCounters(serviceHost.Description.Name, contractDescription.Name, endpointDispatcher.
PerfCounterBaseId
);