1 write to _stack
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\GreenNode.Enumerator.cs (1)
30
_stack
= new(initialCapacity: 256, clearArray: true);
4 references to _stack
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\GreenNode.Enumerator.cs (4)
31
_stack
.Push(node);
36
_stack
.Dispose();
43
while (
_stack
.TryPop(out var node))
51
_stack
.Push(child);