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