5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
171=> _componentStateByComponent.GetValueOrDefault(component); 403_componentStateByComponent.Add(component, componentState); 498_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1057_componentStateByComponent.Remove(disposeComponentState.Component); 1279_componentStateByComponent.Clear();