1 write to _cb
System.Net.HttpListener (1)
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
57
_cb
= cb;
4 references to _cb
System.Net.HttpListener (4)
System\Net\Managed\ListenerAsyncResult.Managed.cs (4)
76
if (
_cb
!= null)
92
ares.
_cb
!(ares);
159
IAsyncResult ares = context._listener!.BeginGetContext(
_cb
, _state);
181
if (
_cb
!= null)