System\IO\Log\LogRecordSequence.cs (7)
45this.store = new LogStore(path, mode);
58this.store = new LogStore(path, mode, access);
72this.store = new LogStore(path, mode, access, share);
93this.store = new LogStore(path, mode, access, share);
115this.store = new LogStore(path,
132this.store = logStore;
153this.store = logStore;