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