12 references to CanTryAddressFamily
System.Net.Sockets (12)
System\Net\Sockets\Socket.cs (11)
858if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 890if (!CanTryAddressFamily(address.AddressFamily)) 957if (CanTryAddressFamily(address.AddressFamily)) 1756if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2696if (!CanTryAddressFamily(endPoint.AddressFamily)) 2736if (!CanTryAddressFamily(endPoint.AddressFamily)) 2919if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2939if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3112if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3161if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3969if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
733if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))