5 references to InitHandle
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (1)
166Marshal.InitHandle(sh, newSocket);
System.Net.Sockets (2)
System\Net\Sockets\SocketPal.Unix.cs (2)
94Marshal.InitHandle(socket, fd); 1151Marshal.InitHandle(socket, acceptedFd);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (2)
108Marshal.InitHandle(_newHandle, value); 175Marshal.InitHandle(_newHandle, value);