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