2 writes to _maxHttpCollectionKeys
System.Web (2)
Util\AppSettings.cs (2)
76if (settings == null || !int.TryParse(settings["aspnet:MaxHttpCollectionKeys"], out _maxHttpCollectionKeys) || _maxHttpCollectionKeys < 0) 77_maxHttpCollectionKeys = DefaultMaxHttpCollectionKeys;
2 references to _maxHttpCollectionKeys
System.Web (2)
Util\AppSettings.cs (2)
76if (settings == null || !int.TryParse(settings["aspnet:MaxHttpCollectionKeys"], out _maxHttpCollectionKeys) || _maxHttpCollectionKeys < 0) 327return _maxHttpCollectionKeys;