1 write to currentKeys
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\NameValueCache.cs (1)
35
currentKeys
= new string[maxCacheEntries];
4 references to currentKeys
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\NameValueCache.cs (4)
50
if (!String.IsNullOrEmpty(
currentKeys
[nextAvailableCacheIndex]))
52
cache.Remove(
currentKeys
[nextAvailableCacheIndex]);
54
currentKeys
[nextAvailableCacheIndex] = key;
55
nextAvailableCacheIndex = ++nextAvailableCacheIndex %
currentKeys
.Length;