System\Net\Sockets\Socket.cs (11)
2867e.StartOperationCommon(this, SocketAsyncOperation.Accept);
2926e.StartOperationCommon(this, SocketAsyncOperation.Connect);
2957e.StartOperationCommon(this, SocketAsyncOperation.Connect);
3020e.StartOperationCommon(attemptSocket, SocketAsyncOperation.Connect);
3061e.StartOperationCommon(this, SocketAsyncOperation.Disconnect);
3086e.StartOperationCommon(this, SocketAsyncOperation.Receive);
3142e.StartOperationCommon(this, SocketAsyncOperation.ReceiveFrom);
3190e.StartOperationCommon(this, SocketAsyncOperation.ReceiveMessageFrom);
3215e.StartOperationCommon(this, SocketAsyncOperation.Send);
3248e.StartOperationCommon(this, SocketAsyncOperation.SendPackets);
3293e.StartOperationCommon(this, SocketAsyncOperation.SendTo);