9 references to IsHandleInvalid
System (9)
services\io\system\io\FileSystemWatcher.cs (9)
641if (!IsHandleInvalid) { 694if (!enabled || IsHandleInvalid) { 726if (!IsHandleInvalid) { 740Debug.Assert(IsHandleInvalid, "ObjectDisposedException from something other than SafeHandle?"); 742Debug.Assert(IsHandleInvalid, "ArgumentNullException from something other than SafeHandle?"); 749if (!IsHandleInvalid) { 974if (!IsHandleInvalid) { 991if (IsHandleInvalid) { 1028if (IsHandleInvalid) {