1 write to PreferInlineCompletions
System.Net.Sockets (1)
System\Net\Sockets\Socket.Unix.cs (1)
37set => _handle.PreferInlineCompletions = value;
2 references to PreferInlineCompletions
System.Net.Sockets (2)
System\Net\Sockets\Socket.Unix.cs (1)
36get => _handle.PreferInlineCompletions;
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1283get => _socket.PreferInlineCompletions;