1 write to netTcpPortSharing
SMSvcHost (1)
System\ServiceModel\Activation\SMSvcHost.cs (1)
97netTcpPortSharing = new TcpPortSharing();
2 references to netTcpPortSharing
SMSvcHost (2)
System\ServiceModel\Activation\SMSvcHost.cs (2)
29internal static bool IsTcpPortSharingPaused { get { return netTcpPortSharing.IsPaused; } } 98services.Add(netTcpPortSharing);