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