4 writes to record
System.IO.Log (4)
System\IO\Log\FileLogRecordEnumerator.cs (4)
135this.record = null; 153this.record = null; 158this.record = new FileLogRecord(this.stream); 169this.record = null;
2 references to record
System.IO.Log (2)
System\IO\Log\FileLogRecordEnumerator.cs (2)
91if (this.record == null) 95return this.record;