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