7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
145=> GetRequiredComponentState(componentId); 156=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 195var componentState = GetRequiredComponentState(componentId); 240protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 767var componentState = GetRequiredComponentState(componentId); 1007var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1136=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));