2 writes to Event
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
145Event = null; 1369operation.Event = e;
10 references to Event
System.Net.Sockets (10)
System\Net\Sockets\SocketAsyncContext.Unix.cs (10)
250ManualResetEventSlim? e = Event; 270ManualResetEventSlim? e = Event; 285Debug.Assert(Event == null); 874_isNextOperationSynchronous = operation.Event != null; 965Debug.Assert(_isNextOperationSynchronous == (op.Event != null)); 994ManualResetEventSlim? e = op.Event; 1013Debug.Assert(op.Event == null, "Sync operation encountered in ProcessAsyncOperation"); 1121_isNextOperationSynchronous = nextOp.Event != null; 1135Debug.Assert(op.Event != null); 1163_isNextOperationSynchronous = op.Next.Event != null;