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