2 writes to _MaxQueryStringLength
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
728_MaxQueryStringLength = (int)base[_propMaxQueryStringLength]; 732_MaxQueryStringLength = value;
2 references to _MaxQueryStringLength
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
727if (_MaxQueryStringLength == 0) 729return _MaxQueryStringLength;