12 references to CanTryAddressFamily
System.Net.Sockets (12)
System\Net\Sockets\Socket.cs (11)
859if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 891if (!CanTryAddressFamily(address.AddressFamily)) 958if (CanTryAddressFamily(address.AddressFamily)) 1757if (!CanTryAddressFamily(remoteEP.AddressFamily)) 2697if (!CanTryAddressFamily(endPoint.AddressFamily)) 2737if (!CanTryAddressFamily(endPoint.AddressFamily)) 2920if (dnsEP.AddressFamily != AddressFamily.Unspecified && !CanTryAddressFamily(dnsEP.AddressFamily)) 2940if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3120if (!CanTryAddressFamily(endPointSnapshot.AddressFamily)) 3169if (!CanTryAddressFamily(e.RemoteEndPoint.AddressFamily)) 3977if (!CanTryAddressFamily(remoteEndPoint.AddressFamily))
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
756if (!_currentSocket.CanTryAddressFamily(address.AddressFamily))