5 writes to Flags
System.Net.Sockets (5)
System\Net\Sockets\SocketAsyncContext.Unix.cs (5)
1943Flags = flags, 1976Flags = flags, 2005operation.Flags = flags; 2052Flags = flags, 2083operation.Flags = flags;
3 references to Flags
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncContext.Unix.cs (3)
374return SocketPal.TryCompleteSendTo(context._socket, Buffer.Span, null, ref bufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref BytesTransferred, out ErrorCode); 402return SocketPal.TryCompleteSendTo(context._socket, default(ReadOnlySpan<byte>), Buffers, ref BufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref BytesTransferred, out ErrorCode); 431return SocketPal.TryCompleteSendTo(context._socket, new ReadOnlySpan<byte>(BufferPtr, bufferLength), null, ref bufferIndex, ref Offset, ref Count, Flags, SocketAddress.Span, ref BytesTransferred, out ErrorCode);