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