4 instantiations of NodeContext
ReachFramework (4)
Serialization\Manager\ReachVisualSerializer.cs (2)
100contextStack.Push(new NodeContext(visual)); 112contextStack.Push(new NodeContext(v));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
126contextStack.Push(new NodeContext(visual)); 164contextStack.Push(new NodeContext(v));
10 references to NodeContext
ReachFramework (10)
Serialization\Manager\ReachVisualSerializer.cs (3)
97Stack<NodeContext> contextStack = new Stack<NodeContext>(); 105NodeContext ctx = contextStack.Peek();
Serialization\Manager\ReachVisualSerializerAsync.cs (7)
125Stack<NodeContext> contextStack = new Stack<NodeContext>(); 145Stack<NodeContext> contextStack = context.ContextStack; 156NodeContext ctx = contextStack.Peek(); 260Stack<NodeContext> contextStack, 272Stack<NodeContext> 293Stack<NodeContext> _contextStack;