8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
178=> GetRequiredComponentState(componentId); 189=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 229var componentState = GetRequiredComponentState(componentId); 280protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 807var componentState = GetRequiredComponentState(componentId); 1047var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1176=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781var currentComponentState = renderer.GetRequiredComponentState(componentId);