2 instantiations of MruCache
System.Workflow.Runtime (2)
WorkflowDefinitionDispenser.cs (2)
52
this.workflowTypes = new
MruCache
(capacity, this, CacheType.Type);
53
this.xomlFragments = new
MruCache
(capacity, this, CacheType.Xoml);
2 references to MruCache
System.Workflow.Runtime (2)
WorkflowDefinitionDispenser.cs (2)
35
private
MruCache
workflowTypes;
36
private
MruCache
xomlFragments;