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