5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
183=> _componentStateByComponent.GetValueOrDefault(component); 416_componentStateByComponent.Add(component, componentState); 511_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1070_componentStateByComponent.Remove(disposeComponentState.Component); 1292_componentStateByComponent.Clear();