4 instantiations of NodeContext
ReachFramework (4)
Serialization\Manager\ReachVisualSerializer.cs (2)
99contextStack.Push(new NodeContext(visual)); 111contextStack.Push(new NodeContext(v));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
125contextStack.Push(new NodeContext(visual)); 163contextStack.Push(new NodeContext(v));
10 references to NodeContext
ReachFramework (10)
Serialization\Manager\ReachVisualSerializer.cs (3)
96Stack<NodeContext> contextStack = new Stack<NodeContext>(); 104NodeContext ctx = contextStack.Peek();
Serialization\Manager\ReachVisualSerializerAsync.cs (7)
124Stack<NodeContext> contextStack = new Stack<NodeContext>(); 144Stack<NodeContext> contextStack = context.ContextStack; 155NodeContext ctx = contextStack.Peek(); 259Stack<NodeContext> contextStack, 271Stack<NodeContext> 291private Stack<NodeContext> _contextStack;