Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
7 references to IsInvalid
WindowsBase (7)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (4)
76
Invariant.Assert((_hSession != null) && (!_hSession.
IsInvalid
));
116
(!_hSession.
IsInvalid
))
615
Debug.Assert((licenseStorageSessionHandle != null) && (!licenseStorageSessionHandle.
IsInvalid
));
2007
(_hSession.
IsInvalid
))
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (2)
57
if ((phSession != null) && phSession.
IsInvalid
)
199
if ((phLicenseStorageSession != null) && phLicenseStorageSession.
IsInvalid
)
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementSessionHandle.cs (1)
49
if (!
IsInvalid
)