Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
12 references to IsInvalid
WsatUI (12)
Configuration\ClusterRegistryConfigurationProvider.cs (3)
36if (rootKey.IsInvalid) 106if (this.hKey == null || this.hKey.IsInvalid) 148if (this.hKey != null && !this.hKey.IsInvalid)
Configuration\MsdtcClusterUtils.cs (7)
30result = !hCluster.IsInvalid; 42if (hCluster.IsInvalid) 51if (hEnum.IsInvalid) 92if (hCluster.IsInvalid) 109if (hEnum.IsInvalid) 238if (hResource.IsInvalid) 256if (hEnum.IsInvalid)
Configuration\WsatConfiguration.cs (2)
84if (hClusterDtcResource == null || hClusterDtcResource.IsInvalid) 131return (hClusterDtcResource != null && !hClusterDtcResource.IsInvalid);