7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
135=> GetRequiredComponentState(componentId); 146=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 185var componentState = GetRequiredComponentState(componentId); 230protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 714var componentState = GetRequiredComponentState(componentId); 942var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1071=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));