1 write to blobs
System.IO.Log (1)
System\IO\Log\AppendHelper.cs (1)
32this.blobs = new UnmanagedBlob[data.Count + 1];
5 references to blobs
System.IO.Log (5)
System\IO\Log\AppendHelper.cs (5)
38this.blobs[0].cbSize = (uint)FileLogRecordHeader.Size; 39this.blobs[0].pBlobData = Marshal.UnsafeAddrOfPinnedArrayElement(header.Bits, 0); 44blobs[i + 1].cbSize = (uint)data[i].Count; 45blobs[i + 1].pBlobData = Marshal.UnsafeAddrOfPinnedArrayElement(data[i].Array, data[i].Offset); 57get { return this.blobs; }