1 write to workflowTypes
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
52
this.
workflowTypes
= new MruCache(capacity, this, CacheType.Type);
3 references to workflowTypes
System.Workflow.Runtime (3)
WorkflowDefinitionDispenser.cs (3)
80
this.
workflowTypes
.GetWorkflowDefinitions<Type>(out keys, out values);
117
root =
workflowTypes
.GetOrGenerateDefinition(workflowType, null, null, null, initForRuntime, out exist);
251
workflowTypes
.Dispose();