3 references to Data
System.Net.Sockets (3)
System\Net\Sockets\SocketAsyncEngine.Unix.cs (3)
80/// <para>The index is used as the <see cref="Interop.Sys.SocketEvent.Data"/> to quickly map events to <see cref="SocketAsyncContext"/>s.</para> 371Debug.Assert((uint)socketEvent.Data < (uint)s_registeredContexts.Length); 376SocketAsyncContext? context = s_registeredContexts[(uint)socketEvent.Data];