2 writes to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
254_nativeStream = new RequestStream(RequestContext); 491_nativeStream = new RequestStream(RequestContext);
7 references to _nativeStream
Microsoft.AspNetCore.Server.HttpSys (7)
RequestProcessing\Request.cs (7)
252if (_nativeStream == null && HasEntityBody) 256return _nativeStream; 259public bool HasRequestBodyStarted => _nativeStream?.HasStarted ?? false; 267_nativeStream?.MaxSize = value; 483_nativeStream?.Dispose(); 489if (_nativeStream == null) 493_nativeStream.SwitchToOpaqueMode();