3 writes to _inputStream
System.Net.HttpListener (3)
System\Net\Managed\HttpListenerRequest.Managed.cs (3)
272_inputStream = null; 319_inputStream = _context.Connection.GetRequestStream(_isChunked, _contentLength); 321_inputStream = Stream.Null;
2 references to _inputStream
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
316if (_inputStream == null) 324return _inputStream;