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