20 overrides of Dispose
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\Interop\JobObjectInfo.cs (1)
293protected override void Dispose(bool disposing)
System.IO.Pipes (1)
Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs (1)
39protected override void Dispose(bool disposing)
System.Net.Quic (2)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
86protected override void Dispose(bool disposing)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (1)
180protected override void Dispose(bool disposing)
System.Net.Security (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
487protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
128protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
86protected override void Dispose(bool disposing)
System.Security.Cryptography (7)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
83protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeHashHandle.cs (1)
43protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeKeyHandle.cs (1)
78protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeProvHandle.cs (1)
95protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeChainEngineHandle.cs (1)
34protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCrypt32Handle.cs (1)
29protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeX509ChainHandle.cs (1)
28protected override void Dispose(bool disposing)
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeHashHandle.cs (1)
43protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeKeyHandle.cs (1)
78protected override void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeProvHandle.cs (1)
95protected override void Dispose(bool disposing)
System.Speech (1)
Internal\HGlobalSafeHandle.cs (1)
26protected override void Dispose(bool disposing)
System.Windows.Extensions (1)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCrypt32Handle.cs (1)
29protected override void Dispose(bool disposing)
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsOther.cs (1)
217protected override void Dispose(bool disposing)
27 references to Dispose
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\Interop\JobObjectInfo.cs (1)
296base.Dispose(disposing);
System.IO.Pipes (1)
Microsoft\Win32\SafeHandles\SafePipeHandle.Unix.cs (1)
41base.Dispose(disposing); // must be called before trying to Dispose the socket
System.Net.Quic (3)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
90base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
19/// or it should override <see cref="SafeHandle.Dispose(bool)"/> to prevent disposal when the
System\Net\Quic\Internal\MsQuicSafeHandle.cs (1)
186base.Dispose(disposing);
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
495base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
134base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
90base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
19/// or it should override <see cref="SafeHandle.Dispose(bool)"/> to prevent disposal when the
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (2)
83Dispose(disposing: false); 101Dispose(disposing: true);
System.Security.Cryptography (8)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
90base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeHashHandle.cs (1)
47base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeKeyHandle.cs (1)
82base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeProvHandle.cs (1)
99base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeChainEngineHandle.cs (1)
38base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCrypt32Handle.cs (1)
33base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
19/// or it should override <see cref="SafeHandle.Dispose(bool)"/> to prevent disposal when the
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeX509ChainHandle.cs (1)
32base.Dispose(disposing);
System.Security.Cryptography.Pkcs (4)
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeHashHandle.cs (1)
47base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeKeyHandle.cs (1)
82base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Interop\Windows\Advapi32\SafeProvHandle.cs (1)
99base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
19/// or it should override <see cref="SafeHandle.Dispose(bool)"/> to prevent disposal when the
System.Speech (1)
Internal\HGlobalSafeHandle.cs (1)
29base.Dispose(disposing);
System.Windows.Extensions (2)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCrypt32Handle.cs (1)
33base.Dispose(disposing);
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeHandleCache.cs (1)
19/// or it should override <see cref="SafeHandle.Dispose(bool)"/> to prevent disposal when the
UIAutomationTypes (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsOther.cs (1)
220base.Dispose(disposing);