8 references to GetRequiredComponentState
Microsoft.AspNetCore.Components (8)
RenderTree\Renderer.cs (7)
158
=>
GetRequiredComponentState
(componentId);
169
=> GetComponentRenderMode(
GetRequiredComponentState
(componentId).Component);
209
var componentState =
GetRequiredComponentState
(componentId);
259
protected ArrayRange<RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId) =>
GetRequiredComponentState
(componentId).CurrentRenderTree.GetFrames();
786
var componentState =
GetRequiredComponentState
(componentId);
1026
var disposeComponentState =
GetRequiredComponentState
(disposeComponentId);
1155
=> HandleExceptionViaErrorBoundary(exception,
GetRequiredComponentState
(componentId));
RenderTree\RenderTreeDiffBuilder.cs (1)
781
var currentComponentState = renderer.
GetRequiredComponentState
(componentId);