2 writes to tables
System.ServiceModel (2)
System\ServiceModel\Channels\PeerFlooder.cs (2)
679tables = new Dictionary<byte[], bool>[buckets]; 747tables = null;
8 references to tables
System.ServiceModel (8)
System\ServiceModel\Channels\PeerFlooder.cs (8)
683tables[i] = NewCache(InitialCount); 713tables[active].Add(key, false); 761if (tables[(active + i) % buckets].TryGetValue(key, out flooded)) 765tables[(active + i) % buckets][key] = true; 772tables[active].Add(key, true); 786if (tables[(active + i) % buckets].ContainsKey(key)) 804tables[active] = NewCache(tables[active].Count);