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
))
137
if (!((this.readContext == null || this.readContext.
IsInvalid
) && (this.current == null)))
188
if (this.readContext == null || this.readContext.
IsInvalid
)
243
(!this.readContext.
IsInvalid
))
System\IO\Log\LogRestartAreaEnumerator.cs (4)
83
(!this.readContext.
IsInvalid
))
117
if (!((this.readContext == null || this.readContext.
IsInvalid
) && (this.current == null)))
155
if (this.readContext == null || this.readContext.
IsInvalid
)
204
(!this.readContext.
IsInvalid
))