4 references to _ancestorStack
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\IntermediateNodeWalker.cs (4)
12
protected ReadOnlySpan<IntermediateNode> Ancestors =>
_ancestorStack
.Span;
15
=>
_ancestorStack
.Span is [var parent, ..] ? parent : null;
25
_ancestorStack
.Push(node);
37
_ancestorStack
.Pop();