2 writes to _RequestLengthDiskThresholdBytes
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
358
_RequestLengthDiskThresholdBytes
= -1;
774
_RequestLengthDiskThresholdBytes
= BytesFromKilobytes(RequestLengthDiskThreshold);
2 references to _RequestLengthDiskThresholdBytes
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
773
if (
_RequestLengthDiskThresholdBytes
< 0) {
776
return
_RequestLengthDiskThresholdBytes
;