4 references to SafeFreeAddrInfo
System (4)
net\System\Net\_SafeNetHandles.cs (1)
263internal static int GetAddrInfo(string nodename, string servicename, ref AddressInfo hints, out SafeFreeAddrInfo outAddrInfo) {
net\System\Net\DNS.cs (2)
1102SafeFreeAddrInfo root = null; 1113SocketError errorCode = (SocketError)SafeFreeAddrInfo.GetAddrInfo(name, null, ref hints, out root);
net\System\Net\UnsafeNativeMethods.cs (1)
636[Out] out SafeFreeAddrInfo handle