1 write to mruList
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
393
this.
mruList
= new LinkedList<Activity>();
10 references to mruList
System.Workflow.Runtime (10)
WorkflowDefinitionDispenser.cs (10)
461
lock (this.
mruList
)
467
this.
mruList
.Remove(node);
468
this.
mruList
.AddFirst(node);
485
lock (this.
mruList
)
487
this.
mruList
.Remove(node);
488
this.
mruList
.AddFirst(node);
503
lock (this.
mruList
)
511
RemoveFromDictionary(this.
mruList
.Last.Value);
512
this.
mruList
.RemoveLast();
516
this.
mruList
.AddFirst(node);