2 references to Socket
System.Net.Sockets (2)
src\libraries\Common\src\System\Net\SocketProtocolSupportPal.Unix.cs (1)
25Interop.Error result = Interop.Sys.Socket((int)af, DgramSocketType, 0, &socket);
System\Net\Sockets\SocketPal.Unix.cs (1)
65Interop.Error error = Interop.Sys.Socket((int)addressFamily, (int)socketType, (int)protocolType, &fd);