8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
164
=>
GetRequiredComponentState
(componentId);
175
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
215
var componentState =
GetRequiredComponentState
(componentId);
265
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
792
var componentState =
GetRequiredComponentState
(componentId);
1032
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1161
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781
var currentComponentState = renderer.
GetRequiredComponentState
(componentId);