Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
8 references to IsInvalid
System.IO.Log (8)
System\IO\Log\LogLogRecordEnumerator.cs (4)
103(!this.readContext.IsInvalid)) 137if (!((this.readContext == null || this.readContext.IsInvalid) && (this.current == null))) 188if (this.readContext == null || this.readContext.IsInvalid) 243(!this.readContext.IsInvalid))
System\IO\Log\LogRestartAreaEnumerator.cs (4)
83(!this.readContext.IsInvalid)) 117if (!((this.readContext == null || this.readContext.IsInvalid) && (this.current == null))) 155if (this.readContext == null || this.readContext.IsInvalid) 204(!this.readContext.IsInvalid))