Home
last modified time | relevance | path

Searched refs:_maxHttpCollectionKeys (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DAppSettings.cs76 …Parse(settings["aspnet:MaxHttpCollectionKeys"], out _maxHttpCollectionKeys) || _maxHttpCollectionK… in EnsureSettingsLoaded()
77 _maxHttpCollectionKeys = DefaultMaxHttpCollectionKeys; in EnsureSettingsLoaded()
308 private static int _maxHttpCollectionKeys = DefaultMaxHttpCollectionKeys; field in System.Web.Util.AppSettings
312 return _maxHttpCollectionKeys;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/
H A DMediaTypeFormatter.cs31 private static int _maxHttpCollectionKeys = -1; field in System.Net.Http.Formatting.MediaTypeFormatter
50 if (_maxHttpCollectionKeys < 0)
52 _maxHttpCollectionKeys = _defaultMaxHttpCollectionKeys.Value;
55 return _maxHttpCollectionKeys;
64 _maxHttpCollectionKeys = value;