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