2 writes to pBlobData
System.ServiceModel (2)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
1386blob.pBlobData = CriticalAllocHandle.FromSize(blobSize + Marshal.SizeOf(typeof(BlobNative))); 1403blob.pBlobData = CriticalAllocHandle.FromSize(blobSize + Marshal.SizeOf(typeof(BlobNative)));
7 references to pBlobData
System.ServiceModel (7)
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
1391nativeBlob.pBlobData = (IntPtr)(((IntPtr)blob.pBlobData).ToInt64() + Marshal.SizeOf(typeof(BlobNative))); 1392Marshal.StructureToPtr(nativeBlob, (IntPtr)blob.pBlobData, false); 1408nativeBlob.pBlobData = (IntPtr)(((IntPtr)blob.pBlobData).ToInt64() + Marshal.SizeOf(typeof(BlobNative))); 1409Marshal.StructureToPtr(nativeBlob, (IntPtr)blob.pBlobData, false); 1420return blob.pBlobData; 2207if (blob.pBlobData != IntPtr.Zero) 2209PnrpInfo pnrpInfo = (PnrpInfo)Marshal.PtrToStructure(blob.pBlobData,