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