5 references to _propMaxRequestLength
System.Web (5)
Configuration\HttpRuntimeSection.cs (5)
323
_properties.Add(
_propMaxRequestLength
);
420
return (int)base[
_propMaxRequestLength
];
425
ElementInformation.Properties[
_propMaxRequestLength
.Name].Source,
426
ElementInformation.Properties[
_propMaxRequestLength
.Name].LineNumber);
428
base[
_propMaxRequestLength
] = value;