5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
170=> _componentStateByComponent.GetValueOrDefault(component); 397_componentStateByComponent.Add(component, componentState); 492_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1051_componentStateByComponent.Remove(disposeComponentState.Component); 1273_componentStateByComponent.Clear();