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