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