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