2 writes to _rawContent
System.Web (2)
HttpRequest.cs (2)
217
_rawContent
= rawContent;
955
ApplyFilter(ref
_rawContent
, RuntimeConfig.GetConfig(_context).HttpRuntime.RequestLengthDiskThresholdBytes);
6 references to _rawContent
System.Web (6)
HttpRequest.cs (6)
220
internal byte[] EntityBody { get { return NeedToInsertEntityBody ?
_rawContent
.GetAsByteArray() : null; } }
291
if (
_rawContent
!= null)
292
_rawContent
.Dispose(); // remove temp file with uploaded content
952
if (
_rawContent
!= null) {
957
return
_rawContent
;
1044
return
_rawContent
;