2 writes to perfCounterConnectionsAcceptedTcp
SMSvcHost (2)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (2)
49
ListenerPerfCounters.AddCounterToList(
perfCounterConnectionsAcceptedTcp
= ListenerPerfCounters.GetListenerPerformanceCounter(CategoryName, PerformanceCounterStrings.SMSVCHOST.ConnectionsAcceptedTcp, string.Empty, PerformanceCounterInstanceLifetime.Global));
110
ListenerPerfCounters.IncrementCounter(ref
perfCounterConnectionsAcceptedTcp
);