7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
141=> GetRequiredComponentState(componentId); 152=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 191var componentState = GetRequiredComponentState(componentId); 236protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 724var componentState = GetRequiredComponentState(componentId); 955var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1084=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));