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