2 instantiations of Entry
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ScopeStack.Entry.cs (2)
40=> new(1, context: null); 43=> new(_builderIndex + 1, context);
5 references to Entry
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Components\ScopeStack.cs (3)
17private Entry _current; 18private Stack<Entry>? _stack; 28_current = Entry.CreateFirst();
Language\Components\ScopeStack.Entry.cs (2)
39public static Entry CreateFirst() 42public Entry Next(CodeRenderingContext context)