5 instantiations of LogStore
System.IO.Log (5)
System\IO\Log\LogRecordSequence.cs (5)
45
this.store = new
LogStore
(path, mode);
58
this.store = new
LogStore
(path, mode, access);
72
this.store = new
LogStore
(path, mode, access, share);
93
this.store = new
LogStore
(path, mode, access, share);
115
this.store = new
LogStore
(path,
12 references to LogStore
System.IO.Log (12)
System\IO\Log\LogArchiveSnapshot.cs (1)
21
internal LogArchiveSnapshot(
LogStore
store,
System\IO\Log\LogExtentCollection.cs (3)
17
LogStore
store;
20
internal LogExtentCollection(
LogStore
store)
55
LogStore
Store
System\IO\Log\LogManagementAsyncResult.cs (2)
19
LogStore
logStore;
34
internal LogManagementAsyncResult(
LogStore
logStore)
System\IO\Log\LogPolicy.cs (2)
22
LogStore
store;
34
internal LogPolicy(
LogStore
logStore)
System\IO\Log\LogRecordSequence.cs (4)
32
LogStore
store;
127
public LogRecordSequence(
LogStore
logStore)
141
LogStore
logStore,
176
public
LogStore
LogStore