7 references to CsAddrInfoNative
System.ServiceModel (7)
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
1107CsAddrInfoNative native; 1446structSize += safeQuerySet.addressList.Length * Marshal.SizeOf(typeof(CsAddrInfoNative)); 1548int sizeOfCsAddrInfo = Marshal.SizeOf(typeof(CsAddrInfoNative)); 2151CsAddrInfoNative nativeCsAddrInfo; 2152int sizeOfCsAddrInfo = Marshal.SizeOf(typeof(CsAddrInfoNative)); 2165nativeCsAddrInfo = (CsAddrInfoNative)Marshal.PtrToStructure(addressPtr, 2166typeof(CsAddrInfoNative));