5 references to _componentStateByComponent
Microsoft.AspNetCore.Components (5)
RenderTree\Renderer.cs (5)
203=> _componentStateByComponent.GetValueOrDefault(component); 437_componentStateByComponent.Add(component, componentState); 532_componentStateByComponent.TryGetValue(receiverComponent, out receiverComponentState); 1091_componentStateByComponent.Remove(disposeComponentState.Component); 1313_componentStateByComponent.Clear();