3 writes to _userAgentCacheKeyLength
System.Web (3)
Configuration\HttpCapabilitiesEvaluator.cs (3)
52_userAgentCacheKeyLength = value; 100_userAgentCacheKeyLength = RuntimeConfig.GetAppConfig().BrowserCaps.UserAgentCacheKeyLength; 103_userAgentCacheKeyLength = _defaultUserAgentCacheKeyLength;
2 references to _userAgentCacheKeyLength
System.Web (2)
Configuration\HttpCapabilitiesEvaluator.cs (2)
49return _userAgentCacheKeyLength; 102if (_userAgentCacheKeyLength == 0) {