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