Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
6 references to IsInvalid
WindowsBase (6)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (4)
150(!_envHandle.IsInvalid)) 320Debug.Assert((_envHandle != null) && (!_envHandle.IsInvalid)); 548Invariant.Assert(!_envHandle.IsInvalid); 601Invariant.Assert(!_envHandle.IsInvalid);
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (1)
135if ((environmentHandle != null) && environmentHandle.IsInvalid)
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementEnvironmentHandle.cs (1)
49if (!IsInvalid)