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)
274
string optimisticCacheKey =
_cacheKeyPrefix
+ userAgentCacheKey;
321
StringBuilder sb = new StringBuilder(
_cacheKeyPrefix
);