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