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