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