5 instantiations of LogStore
System.IO.Log (5)
System\IO\Log\LogRecordSequence.cs (5)
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,
12 references to LogStore
System.IO.Log (12)
System\IO\Log\LogArchiveSnapshot.cs (1)
21internal LogArchiveSnapshot(LogStore store,
System\IO\Log\LogExtentCollection.cs (3)
17LogStore store; 20internal LogExtentCollection(LogStore store) 55LogStore Store
System\IO\Log\LogManagementAsyncResult.cs (2)
19LogStore logStore; 34internal LogManagementAsyncResult(LogStore logStore)
System\IO\Log\LogPolicy.cs (2)
22LogStore store; 34internal LogPolicy(LogStore logStore)
System\IO\Log\LogRecordSequence.cs (4)
32LogStore store; 127public LogRecordSequence(LogStore logStore) 141LogStore logStore, 176public LogStore LogStore