3 instantiations of ComponentState
Microsoft.AspNetCore.Components.Analyzers (3)
VirtualizeItemComparerAnalyzer.cs (3)
68componentStack.Push(new ComponentState { IsVirtualize = true }); 72componentStack.Push(new ComponentState { IsVirtualize = false }); 77componentStack.Push(new ComponentState { IsVirtualize = false });
5 references to ComponentState
Microsoft.AspNetCore.Components.Analyzers (5)
VirtualizeItemComparerAnalyzer.cs (5)
43var componentStack = new Stack<ComponentState>(); 44var completedVirtualizeComponents = new List<ComponentState>(); 90var state = componentStack.Peek(); 108var state = componentStack.Pop(); 120foreach (var state in completedVirtualizeComponents)