4 references to _handleToContextMap
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
122
bool added =
_handleToContextMap
.TryAdd(socketHandle, new SocketAsyncContextWrapper(context));
137
_handleToContextMap
.TryRemove(socketHandle, out _);
143
_handleToContextMap
.TryRemove(socketHandle, out _);
333
_handleToContextMap = engine.
_handleToContextMap
;