8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
152=> GetRequiredComponentState(componentId); 163=> GetComponentRenderMode(GetRequiredComponentState(componentId).Component); 202var componentState = GetRequiredComponentState(componentId); 252protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) => GetRequiredComponentState(componentId).CurrentRenderTree.GetFrames(); 779var componentState = GetRequiredComponentState(componentId); 1019var disposeComponentState = GetRequiredComponentState(disposeComponentId); 1148=> HandleExceptionViaErrorBoundary(exception, GetRequiredComponentState(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781var currentComponentState = renderer.GetRequiredComponentState(componentId);