1 instantiation of LogExtentCollection
System.IO.Log (1)
System\IO\Log\LogStore.cs (1)
192
this.extents = new
LogExtentCollection
(this);
4 references to LogExtentCollection
System.IO.Log (4)
System\IO\Log\LogExtentCollection.cs (2)
150
LogExtentCollection
collection;
154
public LogExtentEnumerator(
LogExtentCollection
collection)
System\IO\Log\LogStore.cs (2)
37
LogExtentCollection
extents;
272
public
LogExtentCollection
Extents