3 references to TryCompleteSendTo
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
2041(SocketPal.TryCompleteSendTo(_socket, buffers, ref bufferIndex, ref offset, flags, socketAddress.Span, ref bytesSent, out errorCode) || 2073SocketPal.TryCompleteSendTo(_socket, buffers, ref bufferIndex, ref offset, flags, socketAddress.Span, ref bytesSent, out errorCode))
System\Net\Sockets\SocketPal.Unix.cs (1)
1171TryCompleteSendTo(handle, bufferList, ref bufferIndex, ref offset, socketFlags, ReadOnlySpan<byte>.Empty, ref bytesTransferred, out errorCode);