14 references to _openElementIndices
Microsoft.AspNetCore.Components (14)
Rendering\RenderTreeBuilder.cs (14)
54
var indexOfLastElementOrComponent =
_openElementIndices
.Peek();
58
_openElementIndices
.Push(_entries.Count);
69
var indexOfEntryBeingClosed =
_openElementIndices
.Pop();
564
var indexOfLastElementOrComponent =
_openElementIndices
.Peek();
568
_openElementIndices
.Push(_entries.Count);
579
var indexOfEntryBeingClosed =
_openElementIndices
.Pop();
700
var indexOfLastElementOrComponent =
_openElementIndices
.Peek();
704
_openElementIndices
.Push(_entries.Count);
715
var indexOfEntryBeingClosed =
_openElementIndices
.Pop();
737
=>
_openElementIndices
.Count == 0 ? (int?)null :
_openElementIndices
.Peek();
753
_openElementIndices
.Clear();
782
if (
_openElementIndices
.Count > 0)
786
ref var invalidFrame = ref _entries.Buffer[
_openElementIndices
.Peek()];