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