1 write to data
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
78
set { this.
data
= value; }
4 references to data
System.IO.Log (4)
System\IO\Log\LogReserveAndAppendState.cs (4)
451
pinnedObjectCount += this.
data
.Count;
455
int writeEntryCount = this.
data
.Count + 1; // Header
485
for (int i = 0; i < this.
data
.Count; i++)
487
ArraySegment<byte> segment = this.
data
[i];