5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
154=> _componentStateByComponent.GetValueOrDefault(component); 375_componentStateByComponent.Add(component, componentState); 459_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 980_componentStateByComponent.Remove(disposeComponentState.Component); 1202_componentStateByComponent.Clear();