2 references to GetEnumerator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxNavigator.cs (2)
45
stack.Push(current.ChildNodesAndTokens().
GetEnumerator
());
68
stack.Push(child.ChildNodesAndTokens().
GetEnumerator
());