3 references to _propMaxQueryStringLength
System.Web (3)
Configuration\HttpRuntimeSection.cs (3)
349
_properties.Add(
_propMaxQueryStringLength
);
728
_MaxQueryStringLength = (int)base[
_propMaxQueryStringLength
];
733
base[
_propMaxQueryStringLength
] = value;