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
;
39
return
_portSharingEnabled
;