8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
158=> GetRequiredComponentState(componentId); 169=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 209var componentState = GetRequiredComponentState(componentId); 259protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 786var componentState = GetRequiredComponentState(componentId); 1026var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1155=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781var currentComponentState = renderer.GetRequiredComponentState(componentId);