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)
661
ExecutionContext? context =
_context
; // store context before it's cleared as part of finishing the operation
1017
ExecutionContext? context =
_context
; // store context before it's cleared as part of finishing the operation