4 writes to current
System.IO.Log (4)
System\IO\Log\LogLogRecordEnumerator.cs (4)
99this.current = null; 169this.current = new LogLogRecord( 217this.current = new LogLogRecord( 239this.current = null;
8 references to current
System.IO.Log (8)
System\IO\Log\LogLogRecordEnumerator.cs (8)
87return this.current; 96if (this.current != null) 98this.current.Detach(); 127if (this.current != null) 128this.current.Detach(); 137if (!((this.readContext == null || this.readContext.IsInvalid) && (this.current == null))) 236if (this.current != null) 238this.current.Detach();