11 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\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\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
463protected override void Dispose(bool disposing)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
118protected override void Dispose(bool disposing)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
86protected override void Dispose(bool disposing)
System.Security.Cryptography (3)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
83protected override void Dispose(bool disposing)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
86protected override void Dispose(bool disposing)
src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeX509ChainHandle.cs (1)
28protected override void Dispose(bool disposing)
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsOther.cs (1)
217protected override void Dispose(bool disposing)
16 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\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
90base.Dispose(disposing);
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\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
471base.Dispose(disposing);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
124base.Dispose(disposing);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
90base.Dispose(disposing);
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\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (2)
90Dispose(disposing: false); 108Dispose(disposing: true);
System.Security.Cryptography (4)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
90base.Dispose(disposing);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
90base.Dispose(disposing);
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\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeX509ChainHandle.cs (1)
32base.Dispose(disposing);
UIAutomationTypes (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsOther.cs (1)
220base.Dispose(disposing);