2 writes to _context
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
482_context = null; 564_context = ExecutionContext.Capture();
2 references to _context
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
661ExecutionContext? context = _context; // store context before it's cleared as part of finishing the operation 1017ExecutionContext? context = _context; // store context before it's cleared as part of finishing the operation