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)
773if (_RequestLengthDiskThresholdBytes < 0) { 776return _RequestLengthDiskThresholdBytes;