5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
164=> _componentStateByComponent.GetValueOrDefault(component); 391_componentStateByComponent.Add(component, componentState); 486_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1045_componentStateByComponent.Remove(disposeComponentState.Component); 1267_componentStateByComponent.Clear();