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