12 references to CanTryAddressFamily
System.Net.Sockets (12)
System\Net\Sockets\Socket.cs (11)
858if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 892if (!CanTryAddressFamily(address.AddressFamily)) 959if (CanTryAddressFamily(address.AddressFamily)) 1751if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2691if (!CanTryAddressFamily(endPoint.AddressFamily)) 2731if (!CanTryAddressFamily(endPoint.AddressFamily)) 2911if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2933if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3106if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3155if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3963if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
725if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))