1 write to _cb
System.Net.HttpListener (1)
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
58
_cb
= cb;
4 references to _cb
System.Net.HttpListener (4)
System\Net\Managed\ListenerAsyncResult.Managed.cs (4)
77
if (
_cb
!= null)
93
ares.
_cb
!(ares);
160
IAsyncResult ares = context._listener!.BeginGetContext(
_cb
, _state);
182
if (
_cb
!= null)