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