1 instantiation of AddressInfo
System (1)
net\System\Net\DNS.cs (1)
1106
AddressInfo hints = new
AddressInfo
();
6 references to AddressInfo
System (6)
net\System\Net\_OSSOCK.cs (1)
65
internal
AddressInfo
* ai_next; // Ptr to the next AddressInfo structure
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 (3)
1106
AddressInfo
hints = new AddressInfo();
1122
AddressInfo
* pAddressInfo = (
AddressInfo
*)root.DangerousGetHandle();
net\System\Net\UnsafeNativeMethods.cs (1)
635
[In] ref
AddressInfo
hints,