2 writes to readContext
System.IO.Log (2)
System\IO\Log\LogRestartAreaEnumerator.cs (2)
135
out this.
readContext
))
207
this.
readContext
= null;
12 references to readContext
System.IO.Log (12)
System\IO\Log\LogRestartAreaEnumerator.cs (12)
82
if ((this.
readContext
!= null) &&
83
(!this.
readContext
.IsInvalid))
85
this.
readContext
.Close();
101
if (this.
readContext
== null)
117
if (!((this.
readContext
== null || this.
readContext
.IsInvalid) && (this.current == null)))
155
if (this.
readContext
== null || this.
readContext
.IsInvalid)
169
this.
readContext
,
203
if ((this.
readContext
!= null) &&
204
(!this.
readContext
.IsInvalid))
206
this.
readContext
.Close();