36 writes to handle
Microsoft.AspNetCore.Cryptography.Internal (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (2)
PresentationCore (3)
PresentationFramework (5)
System.Data.Odbc (6)
System.IO.MemoryMappedFiles (1)
System.Net.Security (7)
System.Private.CoreLib (2)
System.Security.Cryptography (6)
src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeEvpKdfHandle.Unix.cs (1)
19handle = 0;
System.Windows.Forms.Primitives (1)
UIAutomationTypes (1)
262 references to handle
Infrastructure.Common (2)
Microsoft.AspNetCore.Cryptography.Internal (7)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.Build (2)
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Microsoft.ML.LightGbm (2)
Microsoft.ML.Transforms (1)
Microsoft.VisualBasic.Forms (1)
MSBuild (1)
MSBuildTaskHost (1)
PresentationCore (12)
PresentationFramework (7)
ReachFramework (5)
System.Data.Odbc (12)
System.IO.Compression (2)
System.IO.Compression.Brotli (4)
System.IO.MemoryMappedFiles (2)
System.IO.Pipes (4)
System.IO.Ports (2)
System.Net.Quic (21)
System.Net.Security (38)
System.Net.Sockets (17)
System\Net\Sockets\SafeSocketHandle.Unix.cs (13)
200int fdFlags = Interop.Sys.Fcntl.GetFD(handle);
209Interop.Error err = Interop.Sys.GetSockOpt(handle, SocketOptionLevel.Socket, SocketOptionName.Type, (byte*)&type, &optLen);
216Interop.Sys.Disconnect(handle);
220Interop.Sys.Shutdown(handle, SocketShutdown.Both);
233return SocketPal.GetSocketErrorForErrorCode(CloseHandle(handle));
238return SocketPal.GetSocketErrorForErrorCode(CloseHandle(handle));
246if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"handle:{handle} Following 'non-abortive' branch.");
249errorCode = CloseHandle(handle);
257if (Interop.Sys.Fcntl.DangerousSetIsNonBlocking(handle, 0) == 0)
260return SocketPal.GetSocketErrorForErrorCode(CloseHandle(handle));
273errorCode = Interop.Sys.SetLingerOption(handle, &linger);
277if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"handle:{handle}, setsockopt():{errorCode}");
285errorCode = CloseHandle(handle);
System.Net.WebSockets (2)
System.Private.CoreLib (17)
System.Security.Cryptography (53)
System.Text.Encoding.CodePages (2)
System.Windows.Forms.Primitives (2)
UIAutomationClient (14)
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (5)
54return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
71return handle;
78Misc.WriteProcessMemory(_processHandle, handle, sourceAddress, cbSize, out count);
90Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count);
95Misc.ReadProcessMemory(_processHandle, handle, destAddress, cbSize, out count);
UIAutomationTypes (6)
WindowsFormsIntegration (1)