2 writes to ipv6TransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
201this.ipv6TransportManager = null; 270ref this.ipv6TransportManager, result);
2 references to ipv6TransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
199else if (manager == this.ipv6TransportManager) 208if ((this.ipv4TransportManager == null) && (this.ipv6TransportManager == null))