1 instantiation of LogExtent
System.IO.Log (1)
System\IO\Log\LogExtentCollection.cs (1)
190
LogExtent extent = new
LogExtent
(
9 references to LogExtent
System.IO.Log (9)
System\IO\Log\LogExtentCollection.cs (9)
15
public sealed class LogExtentCollection : IEnumerable<
LogExtent
>
113
public IEnumerator<
LogExtent
> GetEnumerator()
133
public void Remove(
LogExtent
extent, bool force)
148
class LogExtentEnumerator : IEnumerator<
LogExtent
>
151
List<
LogExtent
>.Enumerator innerEnum;
164
List<
LogExtent
> extents = new List<
LogExtent
>();
190
LogExtent
extent = new LogExtent(
220
public
LogExtent
Current