2 writes to readContext
System.IO.Log (2)
System\IO\Log\LogLogRecordEnumerator.cs (2)
161
out this.
readContext
))
246
this.
readContext
= null;
12 references to readContext
System.IO.Log (12)
System\IO\Log\LogLogRecordEnumerator.cs (12)
102
if ((this.
readContext
!= null) &&
103
(!this.
readContext
.IsInvalid))
105
this.
readContext
.Close();
121
if (this.
readContext
== null)
137
if (!((this.
readContext
== null || this.
readContext
.IsInvalid) && (this.current == null)))
188
if (this.
readContext
== null || this.
readContext
.IsInvalid)
205
this.
readContext
,
242
if ((this.
readContext
!= null) &&
243
(!this.
readContext
.IsInvalid))
245
this.
readContext
.Close();