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