2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
259_nativeStream = new RequestStream(RequestContext); 500_nativeStream = new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
257if (_nativeStream == null && HasEntityBody) 261return _nativeStream; 264public bool HasRequestBodyStarted => _nativeStream?.HasStarted ?? false; 272_nativeStream?.MaxSize = value; 492_nativeStream?.Dispose(); 498if (_nativeStream == null) 502_nativeStream.SwitchToOpaqueMode();