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)) 2912if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2932if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3105if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3154if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3962if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
733if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))