3 writes to _portSharingEnabled
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (3)
18_portSharingEnabled = TcpTransportDefaults.PortSharingEnabled; 25_portSharingEnabled = elementToBeCloned._portSharingEnabled; 43_portSharingEnabled = value;
2 references to _portSharingEnabled
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (2)
25_portSharingEnabled = elementToBeCloned._portSharingEnabled; 39return _portSharingEnabled;