3 writes to _inputStream
System.Net.HttpListener (3)
System\Net\Managed\HttpListenerRequest.Managed.cs (3)
278_inputStream = null; 325_inputStream = _context.Connection.GetRequestStream(_isChunked, _contentLength); 327_inputStream = Stream.Null;
2 references to _inputStream
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
322if (_inputStream == null) 330return _inputStream;