15 references to Push
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
ImmutableArrayExtensions.cs (1)
983stack.Push(item);
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\Intermediate\DocumentIntermediateNodeExtensions.cs (7)
37stack.Push(node); 52stack.Push(children[i]); 78stack.Push((document, null!)); 95stack.Push((children[i], node)); 123stack.Push((document, null!, false)); 141stack.Push((node, parent, true)); 148stack.Push((children[i], node, false));
Language\Intermediate\IntermediateNodeExtensions.cs (1)
76stack.Push(children[i]);
Language\Syntax\SyntaxNavigator.cs (6)
45stack.Push(current.ChildNodesAndTokens().GetEnumerator()); 64stack.Push(en); 68stack.Push(child.ChildNodesAndTokens().GetEnumerator()); 89stack.Push(current.ChildNodesAndTokens().Reverse().GetEnumerator()); 109stack.Push(en); 113stack.Push(child.ChildNodesAndTokens().Reverse().GetEnumerator());