5 writes to Flags
System.Net.Sockets (5)
System\Net\Sockets\SocketAsyncContext.Unix.cs (5)
1963
Flags
= flags,
1998
Flags
= flags,
2027
operation.
Flags
= flags;
2076
Flags
= flags,
2107
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);