1 write to _state
System.Net.HttpListener (1)
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
58
_state
= state;
2 references to _state
System.Net.HttpListener (2)
System\Net\Managed\ListenerAsyncResult.Managed.cs (2)
159
IAsyncResult ares = context._listener!.BeginGetContext(_cb,
_state
);
208
return
_state
;