7 references to CacheType
System.Workflow.Runtime (7)
WorkflowDefinitionDispenser.cs (7)
52
this.workflowTypes = new MruCache(capacity, this,
CacheType
.Type);
53
this.xomlFragments = new MruCache(capacity, this,
CacheType
.Xoml);
381
CacheType
type;
383
internal MruCache(int capacity, WorkflowDefinitionDispenser dispenser,
CacheType
type)
385
if (type ==
CacheType
.Xoml)
533
if (((typeof(K) == typeof(Type)) && (this.type ==
CacheType
.Type)) || ((typeof(K) == typeof(byte[])) && (this.type ==
CacheType
.Xoml)))