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
))
320
Debug.Assert((_envHandle != null) && (!_envHandle.
IsInvalid
));
548
Invariant.Assert(!_envHandle.
IsInvalid
);
601
Invariant.Assert(!_envHandle.
IsInvalid
);
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (1)
135
if ((environmentHandle != null) && environmentHandle.
IsInvalid
)
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementEnvironmentHandle.cs (1)
49
if (!
IsInvalid
)