1 instantiation of CallbackClosure
System (1)
net\System\Net\_ContextAwareResult.cs (1)
313closure = new CallbackClosure(cachedContext, AsyncCallback);
6 references to CallbackClosure
System (6)
net\System\Net\_ContextAwareResult.cs (2)
275internal bool FinishPostingAsyncOp(ref CallbackClosure closure) 285CallbackClosure closureCopy = closure;
net\System\Net\Sockets\Socket.cs (4)
74internal CallbackClosure ConnectClosureCache; 75internal CallbackClosure AcceptClosureCache; 76internal CallbackClosure SendClosureCache; 77internal CallbackClosure ReceiveClosureCache;