5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
161=> _componentStateByComponent.GetValueOrDefault(component); 388_componentStateByComponent.Add(component, componentState); 470_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1008_componentStateByComponent.Remove(disposeComponentState.Component); 1230_componentStateByComponent.Clear();