2 writes to _contentAvailLength
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1031
_contentAvailLength
= contentInfo[2];
2143
_contentAvailLength
= contentInfo[2];
5 references to _contentAvailLength
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
1187
return
_contentAvailLength
;
1192
if (
_contentAvailLength
> 0) {
1193
_preloadedContent = new byte[
_contentAvailLength
];
1195
int r = GetPreloadedPostedContentCore(_preloadedContent, 0,
_contentAvailLength
);
1208
return (
_contentAvailLength
== _contentTotalLength);