System\Net\Sockets\Socket.cs (11)
2866e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2925e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2956e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3019e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3060e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3085e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3141e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3189e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3214e.StartOperationCommon(this, SocketAsyncOperation.Send);
3247e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3292e.StartOperationCommon(this, SocketAsyncOperation.SendTo);