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