7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
151=> GetRequiredComponentState(componentId); 162=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 201var componentState = GetRequiredComponentState(componentId); 246protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 773var componentState = GetRequiredComponentState(componentId); 1013var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1142=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));