12 references to CanTryAddressFamily
System.Net.Sockets (12)
System\Net\Sockets\Socket.cs (11)
860if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 892if (!CanTryAddressFamily(address.AddressFamily)) 959if (CanTryAddressFamily(address.AddressFamily)) 1758if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2698if (!CanTryAddressFamily(endPoint.AddressFamily)) 2738if (!CanTryAddressFamily(endPoint.AddressFamily)) 2921if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2941if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3121if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3170if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3978if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
756if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))