3 instantiations of ContextStack
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
27this.context = new ContextStack();
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
48this.context = new ContextStack();
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
30private ContextStack workflowMarkupStack = new ContextStack();
9 references to ContextStack
System (1)
compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs (1)
25ContextStack Context {get;}
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (2)
15private ContextStack context = null; 22public ContextStack Context
AuthoringOM\Compiler\Validation\ValidationManager.cs (2)
20private ContextStack context = null; 43public ContextStack Context
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
251public ContextStack Context
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (3)
30private ContextStack workflowMarkupStack = new ContextStack(); 65public ContextStack Context 361internal ContextStack WorkflowMarkupStack