7 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (7)
RenderTree\Renderer.cs (7)
141
=>
GetRequiredComponentState
(componentId);
152
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
191
var componentState =
GetRequiredComponentState
(componentId);
236
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
724
var componentState =
GetRequiredComponentState
(componentId);
955
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1084
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));