3 references to _definitionCacheCapacity
System.Workflow.Runtime (3)
Configuration\WorkflowRuntimeSection.cs (3)
43
[ConfigurationProperty(
_definitionCacheCapacity
, DefaultValue = 0)]
48
return (int)base[
_definitionCacheCapacity
];
52
base[
_definitionCacheCapacity
] = value;