3 references to Xoml
System.Workflow.Runtime (3)
WorkflowDefinitionDispenser.cs (3)
53
this.xomlFragments = new MruCache(capacity, this, CacheType.
Xoml
);
385
if (type == CacheType.
Xoml
)
533
if (((typeof(K) == typeof(Type)) && (this.type == CacheType.Type)) || ((typeof(K) == typeof(byte[])) && (this.type == CacheType.
Xoml
)))