5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
177=> _componentStateByComponent.GetValueOrDefault(component); 410_componentStateByComponent.Add(component, componentState); 505_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1064_componentStateByComponent.Remove(disposeComponentState.Component); 1286_componentStateByComponent.Clear();