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