1 instantiation of CacheEntry
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
4205
entry = new
CacheEntry
<Value>();
8 references to CacheEntry
System.Messaging (8)
System\Messaging\MessageQueue.cs (8)
4139
private Dictionary<Key,
CacheEntry
<Value>> table;
4162
this.table = new Dictionary<Key,
CacheEntry
<Value>>();
4173
CacheEntry
<Value> entry = table[key];
4199
CacheEntry
<Value> entry = null;
4239
Dictionary<Key,
CacheEntry
<Value>> newTable = new Dictionary<Key,
CacheEntry
<Value>>();
4244
foreach (KeyValuePair<Key,
CacheEntry
<Value>> kv in table)
4246
CacheEntry
<Value> iterEntry = kv.Value;