4 references to _propMaxJsonLength
System.Web.Extensions (4)
Configuration\ScriptingJsonSerializationSection.cs (4)
44props.Add(_propMaxJsonLength); 74return (int)base[_propMaxJsonLength]; 77base[_propMaxJsonLength] = value; 99_maxJsonLimit = (int)_propMaxJsonLength.DefaultValue;