4 writes to current
System.IO.Log (4)
System\IO\Log\LogRestartAreaEnumerator.cs (4)
79this.current = null; 141this.current = new LogLogRecord( 178this.current = new LogLogRecord( 200this.current = null;
8 references to current
System.IO.Log (8)
System\IO\Log\LogRestartAreaEnumerator.cs (8)
67return this.current; 76if (this.current != null) 78this.current.Detach(); 107if (this.current != null) 108this.current.Detach(); 117if (!((this.readContext == null || this.readContext.IsInvalid) && (this.current == null))) 197if (this.current != null) 199this.current.Detach();