1 write to PortSharingEnabled
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
96set { _transport.PortSharingEnabled = value; }
2 references to PortSharingEnabled
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
95get { return _transport.PortSharingEnabled; } 187this.PortSharingEnabled = transport.PortSharingEnabled;