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)) 1749if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2689if (!CanTryAddressFamily(endPoint.AddressFamily)) 2729if (!CanTryAddressFamily(endPoint.AddressFamily)) 2908if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2928if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3101if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3150if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3958if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
725if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))