1 instantiation of SocketAsyncContextWrapper
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (1)
122bool added = _handleToContextMap.TryAdd(socketHandle, new SocketAsyncContextWrapper(context));
4 references to SocketAsyncContextWrapper
System.Net.Sockets (4)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (4)
83private readonly ConcurrentDictionary<IntPtr, SocketAsyncContextWrapper> _handleToContextMap = new ConcurrentDictionary<IntPtr, SocketAsyncContextWrapper>(); 327private readonly ConcurrentDictionary<IntPtr, SocketAsyncContextWrapper> _handleToContextMap; 343if (_handleToContextMap.TryGetValue(socketEvent.Data, out SocketAsyncContextWrapper contextWrapper))