1 write to xomlFragments
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
53this.xomlFragments = new MruCache(capacity, this, CacheType.Xoml);
4 references to xomlFragments
System.Workflow.Runtime (4)
WorkflowDefinitionDispenser.cs (4)
85this.xomlFragments.GetWorkflowDefinitions<byte[]>(out keys, out values); 94workflowDefinition = xomlFragments.GetDefinition(xomlHashCode); 174Activity root = xomlFragments.GetOrGenerateDefinition(null, xomlText, rulesText, xomlHashCode, initForRuntime, out exist); 250xomlFragments.Dispose();