Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
9 overrides of IsInvalid
System.Messaging (4)
System\Messaging\Interop\SafeHandles.cs (4)
28
public override bool
IsInvalid
63
public override bool
IsInvalid
98
public override bool
IsInvalid
137
public override bool
IsInvalid
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
563
public override bool
IsInvalid
WsatConfig (2)
Configuration\SafeCertificateContext.cs (1)
21
public override bool
IsInvalid
Configuration\SafeCertificateStore.cs (1)
24
public override bool
IsInvalid
WsatUI (2)
Configuration\SafeCertificateContext.cs (1)
21
public override bool
IsInvalid
Configuration\SafeCertificateStore.cs (1)
24
public override bool
IsInvalid
522 references to IsInvalid
ComSvcConfig (7)
SafeNativeMethods.cs (7)
42
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
54
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
65
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
129
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
146
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
162
if (status != SafeNativeMethods.ERROR_SUCCESS || null == regHandle || regHandle.
IsInvalid
)
198
if (status != SafeNativeMethods.ERROR_SUCCESS || regHandle == null || regHandle.
IsInvalid
)
mscorlib (68)
microsoft\win32\registrykey.cs (6)
394
if (ret == 0 && !result.
IsInvalid
) {
703
if (foreignHKey.
IsInvalid
)
742
if (ret == 0 && !result.
IsInvalid
) {
801
if (ret == 0 && !result.
IsInvalid
) {
835
if (ret == 0 && !result.
IsInvalid
) {
927
if (ret == 0 && !result.
IsInvalid
) {
microsoft\win32\win32native.cs (1)
978
if (!handle.
IsInvalid
)
system\console.cs (1)
489
if (sh.
IsInvalid
) {
system\io\__consolestream.cs (1)
52
Contract.Assert(handle != null && !handle.
IsInvalid
, "__ConsoleStream expects a valid handle!");
system\io\directory.cs (2)
1373
if (hnd.
IsInvalid
) {
1518
if (handle.
IsInvalid
) {
system\io\file.cs (3)
179
if (handle.
IsInvalid
)
1376
if (handle.
IsInvalid
) {
1460
if (handle.
IsInvalid
) {
system\io\filestream.cs (3)
378
if (_handle.
IsInvalid
)
847
if (_handle.
IsInvalid
) {
1011
if (handle.
IsInvalid
)
system\io\filesystemenumerable.cs (3)
275
if (_hnd.
IsInvalid
)
430
if (_hnd.
IsInvalid
)
535
if (hnd.
IsInvalid
)
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2086
get { return m_handle == null || m_handle.IsClosed || m_handle.
IsInvalid
; }
2464
if (hnd.
IsInvalid
) {
system\io\longpath.cs (2)
227
if (handle.
IsInvalid
)
753
if (hnd.
IsInvalid
)
system\security\cryptography\capinative.cs (8)
305
Contract.Assert(cspHandle != null && !cspHandle.
IsInvalid
, "cspHandle != null && !cspHandle.IsInvalid");
321
Contract.Assert(cspHandle != null && !cspHandle.
IsInvalid
, "cspHandle != null && !cspHandle.IsInvalid");
335
Contract.Assert(cspHandle != null && !cspHandle.
IsInvalid
, "cspHandle != null && !cspHandle.IsInvalid");
364
Contract.Assert(hashHandle != null && !hashHandle.
IsInvalid
, "keyHandle != null && !keyHandle.IsInvalid");
401
Contract.Assert(keyHandle != null && !keyHandle.
IsInvalid
, "keyHandle != null && !keyHandle.IsInvalid");
430
Contract.Assert(hashHandle != null && !hashHandle.
IsInvalid
, "hashHandle != null && !hashHandle.IsInvalid");
448
Contract.Assert(cspHandle != null && !cspHandle.
IsInvalid
, "cspHandle != null && !cspHandle.IsInvalid");
449
Contract.Assert(keyHandle != null && !keyHandle.
IsInvalid
, "keyHandle != null && !keyHandle.IsInvalid");
system\security\cryptography\x509certificates\x509certificate.cs (7)
386
if (m_safeCertContext.
IsInvalid
)
387
return other.m_safeCertContext.
IsInvalid
;
400
if (m_safeCertContext.
IsInvalid
)
417
if (fVerbose == false || m_safeCertContext.
IsInvalid
)
611
if (!m_safeCertContext.
IsInvalid
) {
636
if (m_safeCertContext.
IsInvalid
)
674
if (m_safeCertContext.
IsInvalid
)
system\security\cryptography\x509certificates\x509utils.cs (4)
447
if (!safeCertContext.
IsInvalid
) {
456
if (!pCertCtx.
IsInvalid
) {
465
if (!pCertCtx.
IsInvalid
) {
474
if (!safeCertStoreHandle.
IsInvalid
) {
system\security\policy\pefileevidencefactory.cs (1)
67
!peFile.
IsInvalid
);
system\security\principal\windowsidentity.cs (7)
323
if (!pLogonSessionData.
IsInvalid
)
955
if (safeLocalAllocHandle == null || safeLocalAllocHandle.
IsInvalid
)
988
if (pSourceName == null || pSourceName.
IsInvalid
)
1039
if (pPackageName == null || pPackageName.
IsInvalid
)
1075
if (logonInfoBuffer == null || logonInfoBuffer.
IsInvalid
) {
1142
if (!logonHandle.
IsInvalid
)
1144
if (!profile.
IsInvalid
)
system\security\securestring.cs (5)
180
if(m_buffer != null && !m_buffer.
IsInvalid
) {
327
if (m_buffer.
IsInvalid
) {
352
if (newBuffer.
IsInvalid
) {
450
Contract.Assert(!m_buffer.
IsInvalid
&& m_buffer.Length != 0, "Invalid buffer!");
651
Contract.Assert(!m_buffer.
IsInvalid
&& m_buffer.Length != 0, "Invalid buffer!");
system\threading\eventwaithandle.cs (3)
79
if (_handle.
IsInvalid
)
142
if (_handle.
IsInvalid
)
248
if (myHandle.
IsInvalid
)
system\threading\mutex.cs (5)
190
if (mutexHandle.
IsInvalid
)
214
if (cleanupInfo.mutexHandle != null && !cleanupInfo.mutexHandle.
IsInvalid
) {
387
if (myHandle.
IsInvalid
)
441
if( !mutexHandle.
IsInvalid
) {
464
if(!mutexHandle.
IsInvalid
)
system\threading\timer.cs (3)
162
if (m_appDomainTimer == null || m_appDomainTimer.
IsInvalid
)
167
if (!m_appDomainTimer.
IsInvalid
)
249
if(m_appDomainTimer != null && !m_appDomainTimer.
IsInvalid
)
system\timezoneinfo.cs (1)
2650
if (!handle.
IsInvalid
) {
PresentationCore (31)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
1051
if (fileHandle.
IsInvalid
)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (2)
474
if (eventHandle.
IsInvalid
|| eventHandle.IsClosed)
562
if (_eventHandle != null && !_eventHandle.
IsInvalid
&& !_eventHandle.IsClosed)
Core\CSharp\System\Windows\Media\ColorContextHelper.cs (1)
149
return _profileHandle == null || _profileHandle.
IsInvalid
;
Core\CSharp\System\Windows\Media\ColorTransform.cs (2)
97
if (srcContext.ProfileHandle != null && !srcContext.ProfileHandle.
IsInvalid
)
100
if (dstContext.ProfileHandle != null && !dstContext.ProfileHandle.
IsInvalid
)
Core\CSharp\System\Windows\Media\ColorTransformHelper.cs (4)
92
if (sourceProfile == null || sourceProfile.
IsInvalid
)
97
if (destinationProfile == null || destinationProfile.
IsInvalid
)
133
if (_transformHandle == null || _transformHandle.
IsInvalid
)
147
if (_transformHandle == null || _transformHandle.
IsInvalid
)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
172
if (fileHandle.
IsInvalid
)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (1)
200
Debug.Assert(metadataHandle != null && !metadataHandle.
IsInvalid
);
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (5)
193
Debug.Assert(bitmapSource != null && !bitmapSource.
IsInvalid
);
260
if (_palette == null || _palette.
IsInvalid
)
304
Debug.Assert(palette != null && !palette.
IsInvalid
);
319
Debug.Assert(_palette != null && !_palette.
IsInvalid
);
353
Debug.Assert(_palette != null && !_palette.
IsInvalid
);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
632
if (_wicSource == null || _wicSource.
IsInvalid
)
882
if (_convertedDUCEPtr != null && !_convertedDUCEPtr.
IsInvalid
)
1922
if ((palette == null) || (palette.InternalPalette == null) || palette.InternalPalette.
IsInvalid
)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (3)
78
Debug.Assert (_unmanagedSource != null && !_unmanagedSource.
IsInvalid
);
115
Debug.Assert (_unmanagedSource != null && !_unmanagedSource.
IsInvalid
);
175
Debug.Assert (_unmanagedSource != null && !_unmanagedSource.
IsInvalid
);
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
458
if (metadataHandle == null || metadataHandle.
IsInvalid
)
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
306
Debug.Assert(renderTargetBitmap != null && !renderTargetBitmap.
IsInvalid
);
312
Debug.Assert(bitmapSource != null && !bitmapSource.
IsInvalid
);
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (3)
927
if (_nativeMedia != null && !_nativeMedia.
IsInvalid
)
1238
Debug.Assert(_nativeMedia != null && !_nativeMedia.
IsInvalid
);
1245
if (_nativeMedia == null || _nativeMedia.
IsInvalid
)
Graphics\include\exports.cs (2)
911
Invariant.Assert(pBitmapSource != null && !pBitmapSource.
IsInvalid
);
933
Invariant.Assert(pMedia != null && !pMedia.
IsInvalid
);
PresentationFramework (6)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
843
if (eventHandle.
IsInvalid
|| eventHandle.IsClosed)
src\Framework\System\Windows\Standard\NativeMethods.cs (5)
1477
if (dc.
IsInvalid
)
1515
if (dc.
IsInvalid
)
1543
if (dc.
IsInvalid
)
1712
if (!this.
IsInvalid
)
2584
if (hBitmap.
IsInvalid
)
SMDiagnostics (1)
System\ServiceModel\Diagnostics\SafeEventLogWriteHandle.cs (1)
31
if (retval.
IsInvalid
)
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapterBase.cs (1)
42
if (webHostIpm.
IsInvalid
)
System (136)
compmod\microsoft\win32\NativeMethods.cs (3)
134
if(hStdInput != null && !hStdInput.
IsInvalid
) {
139
if(hStdOutput != null && !hStdOutput.
IsInvalid
) {
144
if(hStdError != null && !hStdError.
IsInvalid
) {
compmod\microsoft\win32\safehandles\SafeProcessHandle.cs (1)
51
Debug.Assert(base.
IsInvalid
, "Safe handle should only be set once");
compmod\microsoft\win32\safehandles\SafeThreadHandle.cs (1)
34
Debug.Assert(base.
IsInvalid
, "Safe handle should only be set once");
compmod\system\codedom\compiler\Executor.cs (3)
216
if (userToken == null || userToken.
IsInvalid
) {
277
if (!success && (primaryToken != null && !primaryToken.
IsInvalid
)) {
315
if (primaryToken != null && !primaryToken.
IsInvalid
)
net\System\Net\_AutoWebProxyScriptEngine.cs (5)
334
if (regKeyPolicy != null && !regKeyPolicy.
IsInvalid
)
338
if (regKeyLM != null && !regKeyLM.
IsInvalid
)
342
if (regKey != null && !regKey.
IsInvalid
)
423
if (key == null || key.
IsInvalid
)
457
if (key != null && !key.
IsInvalid
)
net\System\Net\_SafeNetHandles.cs (8)
666
if (result.
IsInvalid
) {
717
if (result.
IsInvalid
) {
801
if (result.
IsInvalid
) {
1746
if (handleTemplate.
IsInvalid
)
2059
if (handleTemplate.
IsInvalid
)
2830
if (result.
IsInvalid
)
3101
if(!
IsInvalid
)
3122
if (this.
IsInvalid
)
net\System\Net\_SecureChannel.cs (2)
162
if (certContext.
IsInvalid
)
198
if (remoteContext != null && !remoteContext.
IsInvalid
) {
net\System\Net\HttpListener.cs (1)
2478
if (token.
IsInvalid
)
net\System\Net\HttpListenerRequest.cs (1)
1124
Debug.Assert(!handle.
IsInvalid
);
net\System\Net\NetworkInformation\ping.cs (2)
634
if (handlePingV4.
IsInvalid
) {
641
if (handlePingV6.
IsInvalid
) {
net\System\Net\NetworkInformation\TeredoHelper.cs (3)
96
GlobalLog.Assert(!helper.cancelHandle.
IsInvalid
,
129
GlobalLog.Assert(helper.cancelHandle != null && !helper.cancelHandle.
IsInvalid
,
158
GlobalLog.Assert(cancelHandle != null && !cancelHandle.
IsInvalid
,
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (2)
570
return (m_UnmanagedBlob == null || m_UnmanagedBlob.
IsInvalid
)? SafeOverlappedFree.Zero : m_UnmanagedBlob;
612
if (m_UnmanagedBlob != null && !m_UnmanagedBlob.
IsInvalid
) {
net\System\Net\UnsafeNativeMethods.cs (3)
1723
Debug.Assert(chainCount == 0 || !chainList.
IsInvalid
);
1732
Debug.Assert(!chainRef.
IsInvalid
);
3511
if (!s_TokenBindingLibrary.
IsInvalid
)
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (9)
152
if (!s_WebSocketDllHandle.
IsInvalid
)
201
if (s_WebSocketDllHandle.
IsInvalid
)
214
return !s_WebSocketDllHandle.
IsInvalid
;
360
if (s_WebSocketDllHandle.
IsInvalid
)
372
webSocketHandle.
IsInvalid
)
423
if (s_WebSocketDllHandle.
IsInvalid
)
432
webSocketHandle.
IsInvalid
)
524
if (s_WebSocketDllHandle.
IsInvalid
)
533
webSocketHandle.
IsInvalid
)
net\System\Net\WinHttpWebProxyFinder.cs (3)
26
if (session == null || session.
IsInvalid
)
53
if (session == null || session.
IsInvalid
)
145
if (session != null && !session.
IsInvalid
)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (3)
440
if (libHndl.
IsInvalid
) {
471
Contract.Assert(!ZLibStreamHandle.zlibLibraryHandle.
IsInvalid
);
556
if (zlibLibraryHandle == null || zlibLibraryHandle.
IsInvalid
)
security\system\security\cryptography\cryptoapi.cs (18)
2949
if (safeCertContext.
IsInvalid
)
2989
if (safeLocalAllocHandle == null || safeLocalAllocHandle.
IsInvalid
)
3103
if (pvKey.
IsInvalid
)
3366
if (pCertContext.
IsInvalid
)
3400
if (pCertContext == null || pCertContext.
IsInvalid
)
3416
if (hCertStore.
IsInvalid
)
3447
if (hCertStore.
IsInvalid
)
3451
if (pPrevCertContext.
IsInvalid
) {
3458
if (safeCertContextHandle == null || safeCertContextHandle.
IsInvalid
) {
3657
if (!safeCertStoreHandle.
IsInvalid
) {
3697
if (hCertStore.
IsInvalid
)
3702
if (pCertContext.
IsInvalid
)
3732
if (hCertStore.
IsInvalid
)
3737
if (pCertContext.
IsInvalid
)
3764
if (pCertContext.
IsInvalid
)
3842
if (hCertStore.
IsInvalid
)
3868
if (hCertStore.
IsInvalid
)
3902
if (hCertStore.
IsInvalid
)
security\system\security\cryptography\x509\x509certificate2.cs (17)
431
if (verbose == false || m_safeCertContext.
IsInvalid
)
602
if (m_safeCertContext.
IsInvalid
)
633
if (m_safeCertContext.
IsInvalid
)
648
if (m_safeCertContext.
IsInvalid
)
674
if (m_safeCertContext.
IsInvalid
)
689
if (m_safeCertContext.
IsInvalid
)
709
if (m_safeCertContext.
IsInvalid
)
730
if (m_safeCertContext.
IsInvalid
)
751
if (m_safeCertContext.
IsInvalid
)
815
if (m_safeCertContext.
IsInvalid
)
866
if (m_safeCertContext.
IsInvalid
)
898
if (m_safeCertContext.
IsInvalid
)
918
if (m_safeCertContext.
IsInvalid
)
939
if (m_safeCertContext.
IsInvalid
)
1123
if (!m_safeCertContext.
IsInvalid
) {
1133
if (m_safeCertContext.
IsInvalid
)
1412
if (!ptr.
IsInvalid
) {
security\system\security\cryptography\x509\x509certificate2collection.cs (7)
307
if (safeCertContextHandle != null && !safeCertContextHandle.
IsInvalid
) {
317
if (safeCertContextHandle != null && !safeCertContextHandle.
IsInvalid
) {
597
if (safeTargetStoreHandle == null || safeTargetStoreHandle.
IsInvalid
)
638
while (pEnumContext != null && !pEnumContext.
IsInvalid
) {
697
if (pEnumContext != null && !pEnumContext.
IsInvalid
)
1097
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
)
1135
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
)
security\system\security\cryptography\x509\x509chain.cs (3)
182
if (certificate == null || certificate.CertContext.
IsInvalid
)
251
if (!m_safeCertChainHandle.
IsInvalid
) {
352
if (pCertContext == null || pCertContext.
IsInvalid
)
security\system\security\cryptography\x509\x509store.cs (9)
117
if (m_safeCertStoreHandle == null || m_safeCertStoreHandle.
IsInvalid
)
125
if (m_safeCertStoreHandle == null || m_safeCertStoreHandle.
IsInvalid
|| m_safeCertStoreHandle.IsClosed)
152
if (!m_safeCertStoreHandle.
IsInvalid
)
162
if (m_safeCertStoreHandle == null || m_safeCertStoreHandle.
IsInvalid
)
195
if (m_safeCertStoreHandle == null || m_safeCertStoreHandle.
IsInvalid
|| m_safeCertStoreHandle.IsClosed)
256
if (m_safeCertStoreHandle.
IsInvalid
|| m_safeCertStoreHandle.IsClosed)
270
if (safeCertContext == null || safeCertContext.
IsInvalid
)
273
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
|| safeCertStoreHandle.IsClosed)
285
if (safeCertContext2 == null || safeCertContext2.
IsInvalid
)
security\system\security\cryptography\x509\x509utils.cs (2)
360
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
)
553
if (pCertContext == null || pCertContext.
IsInvalid
)
services\io\system\io\FileSystemWatcher.cs (1)
279
return (directoryHandle == null || directoryHandle.
IsInvalid
);
services\monitoring\system\diagnosticts\EventLog.cs (1)
1024
if (!handle.
IsInvalid
) {
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
844
if (hModule == null || hModule.
IsInvalid
) {
853
if (hModule.
IsInvalid
)
1303
if (handle.
IsInvalid
) {
1333
if (handle.
IsInvalid
) {
services\monitoring\system\diagnosticts\Process.cs (7)
230
if (handle.
IsInvalid
) {
302
if( handle.
IsInvalid
) {
1893
if (!ret || hReadPipe.
IsInvalid
|| hWritePipe.
IsInvalid
) {
1938
if( hTmp != null && !hTmp.
IsInvalid
) {
2167
if (!procSH.
IsInvalid
) {
2432
if (handle.
IsInvalid
) {
services\monitoring\system\diagnosticts\ProcessManager.cs (3)
266
if (!processHandle.
IsInvalid
) {
292
if (threadHandle.
IsInvalid
) {
727
if (!processHandle.
IsInvalid
) {
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (9)
61
if (!procHandle.
IsInvalid
) {
1214
if ((error == NativeMethods.ERROR_INVALID_PARAMETER) && procHandle.
IsInvalid
) {
1225
if (!procHandle.
IsInvalid
&& startTime != -1) {
1240
if (!procHandle.
IsInvalid
) {
1538
if (fileViewAddress.
IsInvalid
)
1590
if ((Marshal.GetLastWin32Error() != NativeMethods.ERROR_ACCESS_DENIED) || !fileMappingHandle.
IsInvalid
) {
1598
if ((Marshal.GetLastWin32Error() != NativeMethods.ERROR_FILE_NOT_FOUND) || !fileMappingHandle.
IsInvalid
) {
1613
if (fileMappingHandle.
IsInvalid
) {
1618
if (fileViewAddress.
IsInvalid
)
sys\system\io\ports\SerialStream.cs (2)
663
if (tempHandle.
IsInvalid
)
794
if (_handle != null && !_handle.
IsInvalid
) {
sys\system\threading\semaphore.cs (3)
71
if (myHandle.
IsInvalid
)
141
if (myHandle.
IsInvalid
)
273
if (myHandle.
IsInvalid
)
System.Configuration (7)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (6)
116
if (!(safeOutputDataHandle == null || safeOutputDataHandle.
IsInvalid
)) {
120
if (!(safeEntDataHandle == null || safeEntDataHandle.
IsInvalid
)) {
124
if (!(safeInputDataHandle == null || safeInputDataHandle.
IsInvalid
)) {
183
if (!(safeOutputDataHandle == null || safeOutputDataHandle.
IsInvalid
)) {
187
if (!(safeEntDataHandle == null || safeEntDataHandle.
IsInvalid
)) {
191
if (!(safeInputDataHandle == null || safeInputDataHandle.
IsInvalid
)) {
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
216
if (!(hProv == null || hProv.
IsInvalid
))
System.Core (94)
Microsoft\Win32\SafeHandles\CapiSafeHandles.cs (5)
292
Contract.Requires(!
IsInvalid
&& !IsClosed);
293
Contract.Ensures(Contract.Result<SafeCapiKeyHandle>() != null && !Contract.Result<SafeCapiKeyHandle>().
IsInvalid
&& !Contract.Result<SafeCapiKeyHandle>().IsClosed);
304
if (duplicate != null && !duplicate.
IsInvalid
&& ParentCsp != IntPtr.Zero) {
371
Contract.Requires(!
IsInvalid
&& !IsClosed);
407
Debug.Assert(!duplicate.
IsInvalid
, "Failed to duplicate handle successfully");
Microsoft\Win32\SafeHandles\NCryptSafeHandles.cs (2)
104
if (
IsInvalid
)
420
Contract.Ensures(!
IsInvalid
);
Microsoft\Win32\UnsafeNativeMethods.cs (1)
195
if (!handle.
IsInvalid
) {
System\Diagnostics\PerformanceData\CounterSet.cs (1)
187
if (m_provider.m_hProvider.
IsInvalid
) {
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
121
if (m_instance.m_counterSet.m_provider.m_hProvider.
IsInvalid
) {
System\IO\LogStream.cs (1)
131
if (_handle.
IsInvalid
) {
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (9)
40
Debug.Assert(handle != null && !handle.IsClosed && !handle.
IsInvalid
, "handle is null, closed, or invalid");
48
Debug.Assert(handle != null && !handle.IsClosed && !handle.
IsInvalid
, "handle is null, closed, or invalid");
180
Debug.Assert(handle != null && !handle.
IsInvalid
);
399
if (!handle.
IsInvalid
&& errorCode == UnsafeNativeMethods.ERROR_ALREADY_EXISTS) {
403
else if (handle.
IsInvalid
) {
427
if (handle.
IsInvalid
) {
483
if (!handle.
IsInvalid
) {
503
if (!handle.
IsInvalid
) {
526
if (handle == null || handle.
IsInvalid
) {
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
118
if (viewHandle.
IsInvalid
) {
System\IO\Pipes\Pipe.cs (10)
123
if (serverSafePipeHandle.
IsInvalid
) {
126
if (clientSafePipeHandle.
IsInvalid
) {
293
if (safePipeHandle.
IsInvalid
) {
311
if (safePipeHandle.
IsInvalid
) {
322
Debug.Assert(safePipeHandle != null && !safePipeHandle.
IsInvalid
, "safePipeHandle must be valid");
538
if (safePipeHandle.
IsInvalid
) {
584
if (handle.
IsInvalid
) {
1135
if (safePipeHandle.
IsInvalid
) {
1214
if (handle.
IsInvalid
) {
1339
if (handle.
IsInvalid
) {
System\Security\Cryptography\AesCryptoServiceProvider.cs (8)
38
Contract.Ensures(m_cspHandle != null && !m_cspHandle.
IsInvalid
&& !m_cspHandle.IsClosed);
76
Contract.Ensures(m_key != null && !m_key.
IsInvalid
&& !m_key.IsClosed);
80
if (m_key == null || m_key.
IsInvalid
|| m_key.IsClosed) {
93
Contract.Ensures(m_key != null && !m_key.
IsInvalid
&& !m_key.IsClosed);
147
if (m_key == null || m_key.
IsInvalid
|| m_key.IsClosed) {
208
if (m_key == null || m_key.
IsInvalid
|| m_key.IsClosed) {
369
Contract.Ensures(m_key != null && !m_key.
IsInvalid
& !m_key.IsClosed);
384
if (key != null && !key.
IsInvalid
) {
System\Security\Cryptography\BCryptHashAlgorithm.cs (3)
70
Contract.Ensures(m_algorithmHandle != null && !m_algorithmHandle.
IsInvalid
&& !m_algorithmHandle.IsClosed);
71
Contract.Ensures(m_hashHandle != null && !m_hashHandle.
IsInvalid
&& !m_hashHandle.IsClosed);
114
Contract.Ensures(m_hashHandle != null && !m_hashHandle.
IsInvalid
&& !m_hashHandle.IsClosed);
System\Security\Cryptography\BCryptNative.cs (2)
467
s_bcryptSupported = !bcrypt.
IsInvalid
;
582
!Contract.Result<SafeBCryptAlgorithmHandle>().
IsInvalid
&&
System\Security\Cryptography\CapiHashAlgorithm.cs (4)
34
Contract.Ensures(m_cspHandle != null && !m_cspHandle.
IsInvalid
&& !m_cspHandle.IsClosed);
35
Contract.Ensures(m_hashHandle != null && !m_hashHandle.
IsInvalid
&& !m_hashHandle.IsClosed);
66
Contract.Ensures(m_hashHandle != null && !m_hashHandle.
IsInvalid
&& !m_hashHandle.IsClosed);
91
if (newHashAlgorithm != null && !newHashAlgorithm.
IsInvalid
) {
System\Security\Cryptography\CapiNative.cs (6)
512
!Contract.Result<SafeCspHandle>().
IsInvalid
&&
722
!Contract.Result<SafeCapiKeyHandle>().
IsInvalid
&&
765
if (importedKey != null && !importedKey.
IsInvalid
) {
789
Contract.Requires(key != null && !key.
IsInvalid
&& !key.IsClosed);
808
if (safeLocalAllocHandle == null || safeLocalAllocHandle.
IsInvalid
) {
955
if (pvKey.
IsInvalid
) {
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (4)
52
Contract.Requires(provider != null && !provider.
IsInvalid
&& !provider.IsClosed);
53
Contract.Requires(key != null && !key.
IsInvalid
&& !key.IsClosed);
54
Contract.Ensures(m_provider != null && !m_provider.
IsInvalid
&& !m_provider.IsClosed);
585
!Contract.Result<SafeCapiKeyHandle>().
IsInvalid
&&
System\Security\Cryptography\CngKey.cs (6)
39
Contract.Requires(keyHandle != null && !keyHandle.
IsInvalid
&& !keyHandle.IsClosed);
40
Contract.Requires(kspHandle != null && !kspHandle.
IsInvalid
&& !kspHandle.IsClosed);
41
Contract.Ensures(m_keyHandle != null && !m_keyHandle.
IsInvalid
&& !m_keyHandle.IsClosed);
42
Contract.Ensures(kspHandle != null && !kspHandle.
IsInvalid
&& !kspHandle.IsClosed);
728
if (keyHandle.IsClosed || keyHandle.
IsInvalid
) {
797
Contract.Requires(keyHandle != null && !keyHandle.
IsInvalid
&& !keyHandle.IsClosed);
System\Security\Cryptography\NCryptNative.cs (17)
545
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
658
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
756
Debug.Assert(!key.
IsInvalid
&& !key.IsClosed, "!key.IsInvalid && !key.IsClosed");
798
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
821
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
848
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
872
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
898
Debug.Assert(!key.IsClosed && !key.
IsInvalid
, "!key.IsClosed && !key.IsInvalid");
926
s_ncryptSupported = !ncrypt.
IsInvalid
;
979
Contract.Requires(provider != null && !provider.
IsInvalid
&& !provider.IsClosed);
982
!Contract.Result<SafeNCryptKeyHandle>().
IsInvalid
&&
1242
!Contract.Result<SafeNCryptSecretHandle>().
IsInvalid
);
1331
Contract.Requires(key != null && !key.
IsInvalid
&& !key.IsClosed);
1536
!Contract.Result<SafeNCryptKeyHandle>().
IsInvalid
&&
1565
!Contract.Result<SafeNCryptKeyHandle>().
IsInvalid
&&
1593
Contract.Requires(provider != null && !provider.
IsInvalid
&& !provider.IsClosed);
1613
!Contract.Result<SafeNCryptProviderHandle>().
IsInvalid
&&
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (5)
75
if (bcryptKeyHandle.
IsInvalid
)
129
if (bcryptKeyHandle.
IsInvalid
)
260
Debug.Assert(!cryptHandle.
IsInvalid
);
312
Debug.Assert(!cryptHandle.
IsInvalid
);
333
Debug.Assert(!cryptHandle.
IsInvalid
);
System\Security\Cryptography\X509Certificates\X509Native.cs (8)
28
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
51
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
100
if (!freeKey && privateKey != null && !privateKey.
IsInvalid
)
119
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
152
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
171
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
187
Debug.Assert(!certificateContext.IsClosed && !certificateContext.
IsInvalid
,
191
Debug.Assert(!keyHandle.IsClosed && !keyHandle.
IsInvalid
,
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (2)
743
if ( hFile.
IsInvalid
)
799
if ( hFile != null && !hFile.
IsInvalid
)
System.IdentityModel (7)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
231
if (certStoreHandle == null || certStoreHandle.
IsInvalid
)
System\IdentityModel\Selectors\X509CertificateStore.cs (4)
86
DiagnosticUtility.DebugAssert(this.certStoreHandle.
IsInvalid
, "");
95
if (certStoreHandle == null || certStoreHandle.
IsInvalid
)
109
DiagnosticUtility.DebugAssert(!this.certStoreHandle.
IsInvalid
, "");
234
while (pCertContext != null && !pCertContext.
IsInvalid
)
System\IdentityModel\SspiSafeHandles.cs (2)
433
if (handleTemplate.
IsInvalid
)
701
if (handleTemplate.
IsInvalid
)
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (1)
97
if (m_implementationDll.
IsInvalid
)
System.IO.Log (2)
System\IO\Log\LogStore.cs (1)
423
if (!this.logFile.
IsInvalid
)
System\IO\Log\UnsafeNativeMethods.cs (1)
486
if (ret.
IsInvalid
)
System.Messaging (4)
System\Messaging\Interop\SafeHandles.cs (4)
30
get { return base.
IsInvalid
|| IsClosed; }
65
get { return base.
IsInvalid
|| IsClosed; }
100
get { return base.
IsInvalid
|| IsClosed; }
139
get { return base.
IsInvalid
|| IsClosed; }
System.Net (37)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (3)
156
if (certHandle == null || certHandle.
IsInvalid
){
205
if (certHandle == null || certHandle.
IsInvalid
){
405
if ((safeEvent != null) && (!safeEvent.
IsInvalid
)){
net\PeerToPeer\Collaboration\ContactManager.cs (5)
325
if (m_safeSubLstChangedEvent.
IsInvalid
) return;
526
if (m_safeNameChangedEvent.
IsInvalid
) return;
733
if (m_safePresenceChangedEvent.
IsInvalid
) return;
951
if (m_safeAppChangedEvent.
IsInvalid
) return;
1164
if (m_safeObjChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\MyContact.cs (3)
169
if (m_safePresenceChangedEvent.
IsInvalid
) return;
335
if (m_safeAppChangedEvent.
IsInvalid
) return;
503
if (m_safeObjChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\Peer.cs (3)
748
if (!safeResponse.
IsInvalid
){
1119
if (!m_SafeCollabInvite.
IsInvalid
&& !m_SafeCollabInvite.IsClosed){
1437
if (!m_SafeCollabInvite.
IsInvalid
){
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
367
if (m_safeAppChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\PeerCollaboration.cs (5)
760
if (!safeAppRegInfo.
IsInvalid
){
1121
if (s_safeNameChangedEvent.
IsInvalid
) return;
1280
if (s_safePresenceChangedEvent.
IsInvalid
) return;
1451
if (s_safeObjChangedEvent.
IsInvalid
) return;
1613
if (s_safeAppChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\PeerContact.cs (3)
1342
if (m_safeAppChangedEvent.
IsInvalid
) return;
1593
if (m_safeObjChangedEvent.
IsInvalid
) return;
1845
if (m_safePresenceChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\PeerEndPoint.cs (1)
303
if (m_safeNameChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\PeerNearMe.cs (1)
639
if (s_safePeerNearMeChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\PeerObject.cs (1)
312
if (m_safeObjChangedEvent.
IsInvalid
) return;
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (5)
36
if(!
IsInvalid
)
60
if (!
IsInvalid
)
84
if (!
IsInvalid
)
108
if (!
IsInvalid
)
144
if (allocated && !
IsInvalid
)
net\PeerToPeer\PeerNameRegistration.cs (1)
631
if(m_RegistrationHandle.
IsInvalid
|| m_RegistrationHandle.IsClosed)
net\PeerToPeer\PeerNameResolver.cs (2)
224
if (!m_SafePeerNameEndResolve.
IsInvalid
&& !m_SafePeerNameEndResolve.IsClosed)
470
if (!m_SafePeerNameEndResolve.
IsInvalid
)
net\PeerToPeer\UnsafePeerToPeerMethods.cs (2)
270
if (!s_P2PLibrary.
IsInvalid
) {
344
if (!s_P2PLibrary.IsClosed && !s_P2PLibrary.
IsInvalid
)
net\UnsafeMethods.cs (1)
109
if (result.
IsInvalid
) {
System.Security (49)
system\security\cryptography\cryptoapi.cs (8)
2472
if (safeLocalAllocHandle == null || safeLocalAllocHandle.
IsInvalid
)
2572
if (pvKey.
IsInvalid
)
2687
if (hCertStore.
IsInvalid
)
2719
if (hCertStore.
IsInvalid
)
2724
if (pCertContext.
IsInvalid
)
2748
if (hCertStore.
IsInvalid
)
2753
if (pCertContext.
IsInvalid
)
2912
if (hCertStore.
IsInvalid
)
system\security\cryptography\pkcs\envelopedpkcs7.cs (13)
153
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
) {
162
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
173
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
) {
258
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
320
if (pOriginatorCert == null || pOriginatorCert.
IsInvalid
) {
416
if (encryptParam.pvEncryptionAuxInfo != null && !encryptParam.pvEncryptionAuxInfo.
IsInvalid
) {
426
if (encryptParam.rgCertEncoded != null && !encryptParam.rgCertEncoded.
IsInvalid
) {
430
if (encryptParam.rgUnprotectedAttr != null && !encryptParam.rgUnprotectedAttr.
IsInvalid
) {
449
if (safeCryptMsgHandle == null || safeCryptMsgHandle.
IsInvalid
)
452
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
) {
503
if (safeCryptMsgHandle == null || safeCryptMsgHandle.
IsInvalid
)
568
if (safeCertContextHandle != null && !safeCertContextHandle.
IsInvalid
) {
574
if (safeCryptProvHandle != null && !safeCryptProvHandle.
IsInvalid
) {
system\security\cryptography\pkcs\pkcsmisc.cs (1)
544
if (safeCryptMsgHandle == null || safeCryptMsgHandle.
IsInvalid
)
system\security\cryptography\pkcs\pkcsutils.cs (4)
43
if (!hModule.
IsInvalid
) {
234
if (safeCertContextHandle == null || safeCertContextHandle.
IsInvalid
)
882
if ((safeCryptProvHandle == null) || (safeCryptProvHandle.
IsInvalid
))
1106
if (handle == null || handle.
IsInvalid
)
system\security\cryptography\pkcs\signedpkcs7.cs (14)
86
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
108
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
) {
118
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
) {
128
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
139
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
) {
173
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
)
205
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
) {
217
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
256
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
268
if (m_safeCryptMsgHandle == null || m_safeCryptMsgHandle.
IsInvalid
)
287
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
) {
335
if (safeCryptMsgHandle == null || safeCryptMsgHandle.
IsInvalid
)
363
if (m_safeCryptMsgHandle != null && !m_safeCryptMsgHandle.
IsInvalid
) {
419
if (safeCryptMsgHandle == null || safeCryptMsgHandle.
IsInvalid
)
system\security\cryptography\pkcs\signerinfo.cs (3)
47
Debug.Assert(signedCms != null && pbCmsgSignerInfo != null && !pbCmsgSignerInfo.
IsInvalid
);
669
if (pbCmsgCmsSignerInfo != null && !pbCmsgCmsSignerInfo.
IsInvalid
) {
672
if (pbCmsgSignerInfo != null && !pbCmsgSignerInfo.
IsInvalid
) {
system\security\cryptography\x509\x509ui.cs (3)
52
if (safeCertContext.
IsInvalid
)
121
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
)
147
if (safeCertContextHandle != null && !safeCertContextHandle.
IsInvalid
) {
system\security\cryptography\x509\x509utils.cs (3)
203
if (safeCertStoreHandle == null || safeCertStoreHandle.
IsInvalid
)
302
if (pCertContext == null || pCertContext.
IsInvalid
)
374
if (pCertContext == null || pCertContext.
IsInvalid
)
System.ServiceModel (24)
System\ServiceModel\Activation\SharedMemory.cs (3)
43
if (fileMapping.
IsInvalid
)
83
if (!handle.
IsInvalid
)
122
if (fileMapping.
IsInvalid
)
System\ServiceModel\Activation\Utility.cs (4)
38
if (process.
IsInvalid
)
51
if (process.
IsInvalid
)
104
if (scManager.
IsInvalid
)
117
if (service.
IsInvalid
)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
215
if (source.
IsInvalid
|| source.IsClosed)
System\ServiceModel\Channels\PipeConnection.cs (5)
641
if (targetProcessHandle.
IsInvalid
)
2562
if (fileMapping.
IsInvalid
)
2611
if (fileMapping.
IsInvalid
)
2619
if (fileMapping.
IsInvalid
)
2729
if (handle.
IsInvalid
)
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (1)
60
if (monikerSupportLibrary.
IsInvalid
)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (8)
586
if (null == regHandle || regHandle.
IsInvalid
)
607
if (null == regHandle || regHandle.
IsInvalid
)
627
if (null == regHandle || regHandle.
IsInvalid
)
680
if (null == regHandle || regHandle.
IsInvalid
)
700
if (null == regHandle || regHandle.
IsInvalid
)
719
if (null == regHandle || regHandle.
IsInvalid
)
740
if (status != SafeNativeMethods.ERROR_SUCCESS || regHandle == null || regHandle.
IsInvalid
)
780
if (status != SafeNativeMethods.ERROR_SUCCESS || regHandle == null || regHandle.
IsInvalid
)
System\ServiceModel\Security\TlsSspiNegotiation.cs (2)
657
if (remoteContext != null && !remoteContext.
IsInvalid
)
733
if (certContext.
IsInvalid
)
System.ServiceModel.Internals (2)
System\Runtime\Interop\SafeEventLogWriteHandle.cs (1)
30
if (retval.
IsInvalid
)
System\Runtime\IOThreadTimer.cs (1)
633
if (handle.
IsInvalid
)
System.Web (3)
Hosting\IIS7WorkerRequest.cs (2)
262
if (_channelBindingToken != null && !_channelBindingToken.
IsInvalid
)
2516
if (handle.
IsInvalid
) {
Hosting\ISAPIWorkerRequest.cs (1)
2011
if (_channelBindingToken != null && !_channelBindingToken.
IsInvalid
)
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
323
if (processHandle.
IsInvalid
)
UIAutomationClientsideProviders (29)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (1)
55
if (!_hTheme.
IsInvalid
)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
130
if (ptr.
IsInvalid
)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (24)
80
if (hProcess.
IsInvalid
)
90
if (rmem.
IsInvalid
)
190
if (hProcess.
IsInvalid
)
198
if (rmem.
IsInvalid
)
227
if (hProcess.
IsInvalid
)
236
if (rmem.
IsInvalid
)
274
if (hProcess.
IsInvalid
)
283
if (rmem.
IsInvalid
)
321
if (hProcess.
IsInvalid
)
330
if (rmem1.
IsInvalid
)
338
if (rmem2.
IsInvalid
)
372
if (hProcess.
IsInvalid
)
380
if (rmem.
IsInvalid
)
1173
if (hProcess.
IsInvalid
)
1185
if (remoteMem.
IsInvalid
)
1251
if (hProcess.
IsInvalid
)
1260
if (rmem.
IsInvalid
)
1368
if (!copyTo.
IsInvalid
)
1372
if (!hProcess.
IsInvalid
)
1416
if (!copyTo.
IsInvalid
)
1420
if (!hProcess.
IsInvalid
)
1464
if (!copyTo.
IsInvalid
)
1468
if (!hProcess.
IsInvalid
)
1489
if (hProcess.
IsInvalid
)
MS\Internal\AutomationProxies\SafeThemeHandle.cs (1)
46
return !
IsInvalid
? CloseThemeData(handle) == (IntPtr)NativeMethods.S_OK : true;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2607
if (hProcess.
IsInvalid
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1602
if (hProcess.
IsInvalid
)
WindowsBase (7)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (3)
440
if (libHndl.
IsInvalid
) {
471
Contract.Assert(!ZLibStreamHandle.zlibLibraryHandle.
IsInvalid
);
556
if (zlibLibraryHandle == null || zlibLibraryHandle.
IsInvalid
)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
155
if(cursorHandle == null || cursorHandle.
IsInvalid
)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (3)
1856
if ( hBitmap.
IsInvalid
)
1880
if ( hBitmap.
IsInvalid
)
1928
if ( hIcon.
IsInvalid
)
WsatConfig (1)
Configuration\QfeChecker.cs (1)
74
if (ret == 0 && regKey != null && !regKey.
IsInvalid
)
WsatUI (2)
Configuration\QfeChecker.cs (1)
74
if (ret == 0 && regKey != null && !regKey.
IsInvalid
)
MMCUI\WSATPropertySheet.cs (1)
183
if (!dlgTemplate.
IsInvalid
)