1 write to headerBits
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
403
this.
headerBits
= new byte[LogLogRecordHeader.Size + paddingSize];
6 references to headerBits
System.IO.Log (6)
System\IO\Log\LogReserveAndAppendState.cs (6)
404
LogLogRecordHeader header = new LogLogRecordHeader(this.
headerBits
);
410
LogLogRecordHeader.EncodePaddingSize(this.
headerBits
,
477
this.pinnedObjects[(int)PinIndex.Header] = this.
headerBits
;
478
this.handles[(int)PinIndex.Header] = GCHandle.Alloc(this.
headerBits
, GCHandleType.Pinned);
479
this.writeEntries[entryIndex].Buffer = Marshal.UnsafeAddrOfPinnedArrayElement(this.
headerBits
, 0);
480
this.writeEntries[entryIndex].ByteLength = this.
headerBits
.Length;