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