9 references to BlobNative
System.ServiceModel (9)
System\ServiceModel\Channels\PnrpPeerResolver.cs (9)
1386
blob.pBlobData = CriticalAllocHandle.FromSize(blobSize + Marshal.SizeOf(typeof(
BlobNative
)));
1389
BlobNative
nativeBlob;
1391
nativeBlob.pBlobData = (IntPtr)(((IntPtr)blob.pBlobData).ToInt64() + Marshal.SizeOf(typeof(
BlobNative
)));
1403
blob.pBlobData = CriticalAllocHandle.FromSize(blobSize + Marshal.SizeOf(typeof(
BlobNative
)));
1406
BlobNative
nativeBlob;
1408
nativeBlob.pBlobData = (IntPtr)(((IntPtr)blob.pBlobData).ToInt64() + Marshal.SizeOf(typeof(
BlobNative
)));
2190
BlobNative
blob = (
BlobNative
)Marshal.PtrToStructure(nativeQuerySet.lpBlob, typeof(
BlobNative
));