4 types derived from ContextScope
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompiler.cs (4)
301
class InterfaceContextScope :
ContextScope
340
class StandardContextScope :
ContextScope
388
class ParametersContextScope :
ContextScope
435
class DefaultContextScope :
ContextScope
2 references to ContextScope
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompiler.cs (2)
117
ContextScope
scope;
120
WorkflowCompilationContext(
ContextScope
scope)