2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
255_nativeStream = new RequestStream(RequestContext); 495_nativeStream = new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
253if (_nativeStream == null && HasEntityBody) 257return _nativeStream; 260public bool HasRequestBodyStarted => _nativeStream?.HasStarted ?? false; 268_nativeStream?.MaxSize = value; 487_nativeStream?.Dispose(); 493if (_nativeStream == null) 497_nativeStream.SwitchToOpaqueMode();