1 write to offset
System.IO.Log (1)
System\IO\Log\FileRegion.cs (1)
98
this.
offset
= offset;
4 references to offset
System.IO.Log (4)
System\IO\Log\FileRegion.cs (4)
118
return this.innerStream.Position - this.
offset
;
123
this.innerStream.Position = value + this.
offset
;
159
offset += this.
offset
;
163
offset = this.
offset
+ this.length - offset;