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