2 writes to _response
System.Net.HttpListener (2)
System\Net\HttpListenerContext.cs (1)
23public HttpListenerResponse Response => _response ??= new HttpListenerResponse(this);
System\Net\Managed\HttpListenerContext.Managed.cs (1)
20_response = new HttpListenerResponse(this);