4 instantiations of NodeContext
ReachFramework (4)
Serialization\Manager\ReachVisualSerializer.cs (2)
113contextStack.Push(new NodeContext(visual)); 125contextStack.Push(new NodeContext(v));
Serialization\Manager\ReachVisualSerializerAsync.cs (2)
138contextStack.Push(new NodeContext(visual)); 176contextStack.Push(new NodeContext(v));
10 references to NodeContext
ReachFramework (10)
Serialization\Manager\ReachVisualSerializer.cs (3)
110Stack<NodeContext> contextStack = new Stack<NodeContext>(); 118NodeContext ctx = contextStack.Peek();
Serialization\Manager\ReachVisualSerializerAsync.cs (7)
137Stack<NodeContext> contextStack = new Stack<NodeContext>(); 157Stack<NodeContext> contextStack = context.ContextStack; 168NodeContext ctx = contextStack.Peek(); 272Stack<NodeContext> contextStack, 284Stack<NodeContext> 305Stack<NodeContext> _contextStack;