1 write to _cacheKeyPrefix
System.Web (1)
Configuration\HttpCapabilitiesEvaluator.cs (1)
113_cacheKeyPrefix = CacheInternal.PrefixHttpCapabilities + id.ToString(CultureInfo.InvariantCulture);
2 references to _cacheKeyPrefix
System.Web (2)
Configuration\HttpCapabilitiesEvaluator.cs (2)
274string optimisticCacheKey = _cacheKeyPrefix + userAgentCacheKey; 321StringBuilder sb = new StringBuilder(_cacheKeyPrefix);