2 writes to hashtable
System.Workflow.Runtime (2)
WorkflowDefinitionDispenser.cs (2)
387
this.
hashtable
= new Hashtable((IEqualityComparer)new DigestComparerWrapper());
391
this.
hashtable
= new Hashtable();
13 references to hashtable
System.Workflow.Runtime (13)
WorkflowDefinitionDispenser.cs (13)
404
this.
hashtable
.Remove(key);
409
this.
hashtable
.Remove(type);
418
this.
hashtable
.Add(key, node);
423
this.
hashtable
.Add(type, node);
430
node = this.
hashtable
[md5Codes] as LinkedListNode<Activity>;
457
node = this.
hashtable
[key] as LinkedListNode<Activity>;
463
node = this.
hashtable
[key] as LinkedListNode<Activity>;
479
lock (this.
hashtable
)
481
node = this.
hashtable
[key] as LinkedListNode<Activity>;
531
lock (this.
hashtable
)
536
foreach (K key in this.
hashtable
.Keys)
542
foreach (LinkedListNode<Activity> node in this.
hashtable
.Values)
558
foreach (LinkedListNode<Activity> node in
hashtable
.Values)