4 writes to _left
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
344
root.
_left
= rest[0];
348
root.
_left
= rest[0];
359
root.
_left
= left[0];
418
_left
= null;
2 references to _left
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (2)
336
Debug.Assert(root.
_left
is null && root._right is null);
399
SocketIOEvent? left =
_left
;