Base:
6 references to IsInvalid
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\SharedPerformanceCounter.cs (3)
1717if ((Marshal.GetLastWin32Error() != Interop.Errors.ERROR_ACCESS_DENIED) || !_fileMappingHandle.IsInvalid) 1727if ((Marshal.GetLastWin32Error() != Interop.Errors.ERROR_FILE_NOT_FOUND) || !_fileMappingHandle.IsInvalid) 1746if (_fileMappingHandle.IsInvalid)
System.IO.MemoryMappedFiles (3)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (3)
22Debug.Assert(!handle.IsInvalid); 32Debug.Assert(!handle.IsInvalid); 166Debug.Assert(!handle.IsInvalid);