Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
10 references to IsInvalid
WsatConfig (10)
Configuration\ClusterRegistryConfigurationProvider.cs (3)
36if (rootKey.IsInvalid) 106if (this.hKey == null || this.hKey.IsInvalid) 148if (this.hKey != null && !this.hKey.IsInvalid)
Configuration\MsdtcClusterUtils.cs (5)
30result = !hCluster.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);