2 writes to nextAvailableCacheIndex
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\NameValueCache.cs (2)
55
nextAvailableCacheIndex
= ++
nextAvailableCacheIndex
% currentKeys.Length;
3 references to nextAvailableCacheIndex
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\NameValueCache.cs (3)
50
if (!String.IsNullOrEmpty(currentKeys[
nextAvailableCacheIndex
]))
52
cache.Remove(currentKeys[
nextAvailableCacheIndex
]);
54
currentKeys[
nextAvailableCacheIndex
] = key;