5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
197=> _componentStateByComponent.GetValueOrDefault(component); 431_componentStateByComponent.Add(component, componentState); 526_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1085_componentStateByComponent.Remove(disposeComponentState.Component); 1307_componentStateByComponent.Clear();